ProtectionStatus 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.
Enumerates values returned by several types.
public enum ProtectionStatus
type ProtectionStatus =
- Inheritance
-
ProtectionStatus
Fields
Name | Value | Description |
---|---|---|
None | 0 | Object is not protected. |
ReadOnly | 32769 | Object can not be modified or deleted and its properties can not be modified. |
ReadOnlyData | 32770 | Object can not be modified or deleted but its properties are modifiable. |
NonTransferableData | 32771 | Object's contents can not be transfered from the device, but the object may be moved or deleted and its properties may be modified. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.