FolderCreateInfo.Permissions Property
Gets and sets the permissions for the folder.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public IList<UserPerm> Permissions { get; internal set; }
public:
[DataMemberAttribute]
property IList<UserPerm^>^ Permissions {
IList<UserPerm^>^ get();
internal: void set(IList<UserPerm^>^ value);
}
<DataMemberAttribute>
Public Property Permissions As IList(Of UserPerm)
Get
Friend Set
End Property
Property Value
Type: System.Collections.Generic.IList<UserPerm>
The permissions for the folder.
See Also
FolderCreateInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top