ProjectStorageAttributes 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 the attributes of project storage.
This enumeration supports a bitwise combination of its member values.
public enum class ProjectStorageAttributes
[System.Flags]
public enum ProjectStorageAttributes
[<System.Flags>]
type ProjectStorageAttributes =
Public Enum ProjectStorageAttributes
- Inheritance
-
ProjectStorageAttributes
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | The attribute is None. |
RequiresConsistency | 1 | The attribute is RequiresConsistency. |
AllowSensitiveDataPersistence | 2 | The attribute is AllowSensitiveDataPersistence. |