API Reference
Class
SmbShareDiagnosticOptions
Options controlling SMB share diagnostics collection.
Inheritance
- Object
- SmbShareDiagnosticOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method SmbShareDiagnostics.Get
Constructors
public SmbShareDiagnosticOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Target computer. Empty, null, or "." uses the local computer.
public SmbShareCollectionProvider Provider { get; set; } #Provider used to collect share metadata and share ACLs.
public Boolean IncludeNtfsAcl { get; set; } #Reads NTFS owner and DACL details for each share root path.
public Boolean IncludeOpenFiles { get; set; } #Collects current open-file rows from the SMB server service.