ProjectStorageAttributes Enum

Definition

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

AllowSensitiveDataPersistence 2

The attribute is AllowSensitiveDataPersistence.

None 0

The attribute is None.

RequiresConsistency 1

The attribute is RequiresConsistency.

Applies to