Share via


Folder.UserAccessByName Property

 

Gets the list of name based permissions for the folder.

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

Syntax

public IList<NamePermission> UserAccessByName { get; }
public:
property IList<NamePermission^>^ UserAccessByName {
    IList<NamePermission^>^ get();
}
Public ReadOnly Property UserAccessByName As IList(Of NamePermission)

Property Value

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

A list of name based permissions.

See Also

Folder Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top