API Reference
Class
SmbShareDiagnosticItem
Per-share diagnostics evidence.
Inheritance
- Object
- SmbShareDiagnosticItem
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 SmbShareDiagnosticResult.Shares
Accepted by parameters
Constructors
public SmbShareDiagnosticItem() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public FileAclDescriptor NtfsAcl { get; set; } #NTFS ACL descriptor for the share root, when requested and available.
public IReadOnlyList<SmbShareOpenFileInfo> OpenFiles { get; set; } #Open files currently observed under this share, when requested and available.
public IReadOnlyList<SmbShareDiagnosticFinding> Findings { get; set; } #Findings produced for this share.