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