MetadataType

MetadataType enumeration

Specifies the supported Metadata signature data type of the value.

public enum MetadataType

Values

Name Value Description
Undefined 0 Value type is undefined.
Boolean 1 Value is Boolean type.
Integer 2 Value is integer type.
Double 3 Value is Double type.
DateTime 4 Value is DateTime type.
String 5 Value is string type.

See Also