LdapObject

Overview

LdapObject is a container that holds a Ldap record with it's attributes.

Location

  • Reference: RemObjects.SDK.dll
  • Namespace: RemObjects.SDK.Ldap
  • Platforms: .NET Core, .NET Framework, .NET Standard

Properties


Attributes

Contains a list of attributes associated with this Ldap object.

 

property Attributes: LdapAttributes read;

 

LdapAttributes Attributes { get; }

 

var Attributes: LdapAttributes { get{} }

 

ReadOnly Property Attributes() As LdapAttributes

DN

Contains the full distinguished name of this object.

 

property DN: String read write;

 

String DN { get; set; }

 

var DN: String { get{} set{} }

 

Property DN() As String

Instance Methods


constructor

 

constructor(dn: String)

 

LdapObject(String dn)

 

init(_ dn: String)

 

Sub New(dn As String)

Parameters:

  • dn: