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 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