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