API Reference
Class
SmbShareRepairResult
Result returned after previewing or applying an SMB share repair plan.
Inheritance
- Object
- SmbShareRepairResult
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
Constructors
public SmbShareRepairResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Computer hosting the share.
public Boolean Applied { get; set; } #True when the plan was applied instead of previewed.
public Boolean Success { get; set; } #True when the operation succeeded or preview completed.
public IReadOnlyList<SmbShareRepairChange> Changes { get; set; } #Changes included in the operation.
public IReadOnlyList<SmbShareCollectionDiagnostic> Diagnostics { get; set; } #Diagnostics emitted while building or applying the repair plan.