| LDAPNamingContexts Property |
The Naming Contexts (The base DNs that this server hosts.) for the LDAP server as defined in the RootDSE entry.
Namespace:
Galactic.LDAP
Assembly:
Galactic.LDAP (in Galactic.LDAP.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public string[] NamingContexts { get; }
Public ReadOnly Property NamingContexts As String()
Get
public:
property array<String^>^ NamingContexts {
array<String^>^ get ();
}
member NamingContexts : string[] with get
Property Value
Type:
StringSee Also