WriteAccess 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.
Specifies write access to objects.
public enum WriteAccess
type WriteAccess =
Public Enum WriteAccess
- Inheritance
-
WriteAccess
Fields
Name | Value | Description |
---|---|---|
None | 0 | Write actions are not permitted. |
Allowed | 1 | Write actions are permitted. |