MetadataValueType 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 type of a metadata value.
public enum class MetadataValueType
public enum MetadataValueType
type MetadataValueType =
Public Enum MetadataValueType
- Inheritance
-
MetadataValueType
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | Invalid meta data type. |
Bool | 1 | Bool. |
Int32 | 2 | 32 bit signed integer. |
Int64 | 3 | 64 bit signed integer. |
UInt64 | 4 | 64 bit unsigned integer. |
Double | 5 | Double precision floating point. |
String | 6 | String. |
MetadataValueTypeCount | 7 | internal |