Permission Enumeration
Indicates the permissions that are set for the user account.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public enum Permission
public enum class Permission
Public Enumeration Permission
Members
Member name | Description | |
---|---|---|
Full | Indicates that the user account has full access. |
|
None | Indicates that the user account has no access. |
|
Other | Indicates that the user account has other access. |
|
ReadOnly | Indicates that the user account has read-only access. |
|
ReadPermissions | Indicates that the user has read permissions. |
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top