API Reference
Class
SmbShareCollectionDiagnostic
Diagnostic message captured while collecting SMB share evidence.
Inheritance
- Object
- SmbShareCollectionDiagnostic
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 SmbShareCollectionResult.Diagnostics
- Property SmbShareDiagnosticResult.Diagnostics
- Property SmbShareEvidencePackage.Diagnostics
- Property SmbShareOpenFileSamplingResult.Diagnostics
- Property SmbSharePermissionQueryResult.Diagnostics
- Property SmbSharePermissionRepairPlan.Diagnostics
- Property SmbShareRepairResult.Diagnostics
Constructors
public SmbShareCollectionDiagnostic() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Computer involved in the diagnostic.
public SmbShareCollectionProvider Provider { get; set; } #Provider that emitted the diagnostic.
public String Code { get; set; } #Short machine-readable code.
public String Message { get; set; } #Human-readable message.
public Nullable<Int32> StatusCode { get; set; } #Native or provider-specific status code, when available.