PermissionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supported permission types.
public enum PermissionType
type PermissionType =
Public Enum PermissionType
- Inheritance
-
PermissionType
Fields
Name | Value | Description |
---|---|---|
Read | 0 | Read. |
Write | 1 | Write. |
Manage | 2 | Manage. |