API Reference
Class
SmbShareRepairChange
Single change included in an SMB share repair plan.
Inheritance
- Object
- SmbShareRepairChange
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property SmbShareOwnershipRepairPlan.Changes
- Property SmbSharePermissionRepairPlan.Changes
- Property SmbShareRepairResult.Changes
Constructors
public SmbShareRepairChange() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Action { get; set; } #Change action such as Add, Merge, Replace, SetOwner, or NoChange.
public String Identity { get; set; } #Identity affected by the change.
public String CurrentValue { get; set; } #Existing value, when available.
public String Message { get; set; } #Human-readable explanation.