Share via


FolderModifyInfo.Permissions Property

 

Gets 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

FolderModifyInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top