Folder.UserAccessBySID Property
Gets a list of SID based permissions for the folder.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public IList<SIDPermission> UserAccessBySID { get; }
public:
property IList<SIDPermission^>^ UserAccessBySID {
IList<SIDPermission^>^ get();
}
Public ReadOnly Property UserAccessBySID As IList(Of SIDPermission)
Property Value
Type: System.Collections.Generic.IList<SIDPermission>
A list of SID based permissions.
See Also
Folder Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top