C# (CSharp) Novell.Directory.Ldap LdapSchemaElement - 7 Beispiele gefunden. Dies sind die am besten bewerteten C# (CSharp) Beispiele für die Novell.Directory.Ldap.LdapSchemaElement, die aus Open Source-Projekten extrahiert wurden. Sie können Beispiele bewerten, um die Qualität der Beispiele zu verbessern.
The LdapSchemaElement class is the base class representing schema elements (definitions) in Ldap. An LdapSchemaElement is read-only, single-valued LdapAttribute. Therefore, it does not support the addValue and removeValue methods from LdapAttribute. This class overrides those methods and throws UnsupportedOperationException if either of those methods are invoked by an application.