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