Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the folder permissions.
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 folder permissions.
See Also
FolderInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top