Click or drag to resize
XdsDNForm Enumeration

[Missing <summary> documentation for "T:DXMLBase.XdsDN.Form"]

Namespace: DXMLBase
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum Form
Members
  Member nameValueDescription
SLASH_FORM0 Integer constant representing DN
"slash"
format.
QSLASH_FORM1 Integer constant representing DN
"qualified-slash"
format.
DOT_FORM2 Integer constant representing DN
"dot"
format.
QDOT_FORM3 Integer constant representing DN
"qualified-dot"
format.
LDAP_FORM4 Integer constant representing DN
"ldap"
format.
CUSTOM_FORM5 Integer constant representing DN
"custom"
format.
See Also