Permission Enumeration

 

Indicates the permissions that are set for the user account.

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

public enum class Permission

Member nameDescription
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.

Return to top

Community Additions

ADD
Show: