Sdílet prostřednictvím


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

Name Value Description
None 0

The attribute is None.

RequiresConsistency 1

The attribute is RequiresConsistency.

AllowSensitiveDataPersistence 2

The attribute is AllowSensitiveDataPersistence.

Applies to