Compartilhar via


ModifyFolderRequest.UserAccessByName Property

 

Gets the name based permissions list for the folder.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

public IList<NamePermission> UserAccessByName { get; internal set; }
public:
property IList<NamePermission^>^ UserAccessByName {
    IList<NamePermission^>^ get();
    internal: void set(IList<NamePermission^>^ value);
}
Public Property UserAccessByName As IList(Of NamePermission)
    Get
    Friend Set
End Property

Property Value

Type: System.Collections.Generic.IList<NamePermission>

A list of named based permissions.

See Also

ModifyFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top