Click or drag to resize
GCValueValueType Enumeration

[Missing <summary> documentation for "T:DXMLBase.Gcv.GCValue.ValueType"]

Namespace: DXMLBase.Gcv
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum ValueType
Members
  Member nameValueDescription
TYPE_INVALID-1 Represents an invalid type.
TYPE_STRING0 Integer constant representing
"string"
value type
TYPE_BOOLEAN1 Integer constant representing
"boolean"
value type
TYPE_INTEGER2 Integer constant representing
"integer"
value type
TYPE_REAL3 Integer constant representing
"real"
value type
TYPE_DN4 Integer constant representing
"dn"
value type
TYPE_ENUM5 Integer constant representing
"enum"
value type
TYPE_PASSWORD_REF6 Integer constant representing
"password-ref"
value type
TYPE_GCV_REF7 Integer constant representing
"gcv-ref"
element
TYPE_HEADER8 Integer constant representing
"header"
element
TYPE_GROUP9 Integer constant representing
"group"
element
TYPE_SUBORDINATES10 Integer constant representing
"subordinates"
element
TYPE_LIST11 Integer constant representing
"list"
value type
TYPE_DN_REF12 Integer constant representing
"dn-ref"
value type
TYPE_STRUCTURED13 Integer constant representing
"structured"
value type
See Also