PermissionSetOption 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.
The permission set options.
[System.Serializable]
public enum PermissionSetOption
[<System.Serializable>]
type PermissionSetOption =
Public Enum PermissionSetOption
- Inheritance
-
PermissionSetOption
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Nothing was defined. |
Safe | 1 | SAFE was used. |
ExternalAccess | 2 | EXTERNAL_ACCESS was used. |
Unsafe | 3 | UNSAFE was used. |