Click or drag to resize
GCDNValueDnType Enumeration

[Missing <summary> documentation for "T:DXMLBase.Gcv.GCDNValue.DnType"]

Namespace: DXMLBase.Gcv
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum DnType
Members
  Member nameValueDescription
DN_TYPE_INVALID-1
DN_TYPE_LDAP0 Integer constant representing DN type
"ldap"
.
DN_TYPE_SLASH1 Integer constant representing DN type
"slash"
.
DN_TYPE_QSLASH2 Integer constant representing DN type
"qualified-slash"
.
DN_TYPE_DOT3 Integer constant representing DN type
"dot"
.
DN_TYPE_QDOT4 Integer constant representing DN type
"qualified-dot"
.
DN_TYPE_CUSTOM5 Integer constant representing DN type
"custom"
.
See Also