LdapObject
Overview
LdapObject is a container that holds a Ldap record with it's attributes.
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK.Ldap
Properties
Attributes
Contains a list of attributes associated with this Ldap object.
property Attributes: LdapAttributes read;
LdapAttributes Attributes { get; }
ReadOnly Property Attributes() As LdapAttributes
DN
Contains the full distinguished name of this object.
property DN: String read write;
String DN { get; set; }
Property DN() As String
Instance Methods
constructor
constructor(dn: String)
LdapObject(String dn)
Sub New(dn As String)
Parameters:
- dn: