UserConfigurationProperties 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.
Identifies the user configuration properties to retrieve.
This enumeration supports a bitwise combination of its member values.
public enum class UserConfigurationProperties
[System.Flags]
public enum UserConfigurationProperties
Public Enum UserConfigurationProperties
- Inheritance
-
UserConfigurationProperties
- Attributes
Fields
Name | Value | Description |
---|---|---|
Id | 1 | The ID property. |
Dictionary | 2 | The dictionary property. |
XmlData | 4 | The XML data property. |
BinaryData | 8 | The binary data property. |
All | 15 | All properties. |