API Reference
Class
SmbShareDetails
Describes an SMB share and the local path it exposes.
Inheritance
- Object
- SmbShareDetails
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.Shares
- Property SmbShareDiagnosticItem.Share
- Property SmbShareEvidencePackage.Shares
- Property SmbShareOpenFileSamplingOptions.Shares
Constructors
public SmbShareDetails() #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 String Path { get; set; } #Local path exposed by the share, when the provider can read it.
public String Description { get; set; } #Share description or remark.
public SmbShareCollectionProvider Provider { get; set; } #Provider used to collect this share.
public Nullable<UInt32> Type { get; set; } #Share type value returned by Windows, when available.
public Nullable<UInt32> MaximumUses { get; set; } #Maximum uses configured for the share, when available.
public Nullable<UInt32> CurrentUses { get; set; } #Current connection count reported by Windows, when available.
public Boolean IsSpecial { get; set; } #True when the share is a hidden administrative or special share.