ValueKind 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.
Kind of a value in the collection.
public enum class ValueKind
public enum ValueKind
type ValueKind =
Public Enum ValueKind
- Inheritance
-
ValueKind
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Value kind is unknown or the value doesn't exist |
String | 1 | A string value |
MultiString | 2 | Multiple strings value |
DWord | 3 | A 32 bit value such as an int or bool. |
QWord | 4 | A 64 bit value such as a long. |