API Reference
Class
SmbSharePermissionQueryResult
Result returned when collecting an SMB share ACL.
Inheritance
- Object
- SmbSharePermissionQueryResult
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 SmbSharePermissionQueryResult() #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 SmbShareCollectionProvider Provider { get; set; } #Provider that returned the entries.
public IReadOnlyList<SmbSharePermissionEntry> Entries { get; set; } #Share-level ACEs.
public IReadOnlyList<SmbShareCollectionDiagnostic> Diagnostics { get; set; } #Diagnostics emitted while reading the share ACL.
public Boolean Success { get; } #True when the provider returned no diagnostics.