LdapAttributes
Overview
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK.Ldap
- Ancestry: List<LdapAttribute> | LdapAttributes
Properties
Item
property Item[key: String]: LdapAttribute read;
LdapAttribute Item[String key] { get; }
ReadOnly Property Item(key As String) As LdapAttribute
Instance Methods
constructor
constructor
LdapAttributes()
Sub New()
constructor (Int32)
constructor(capacity: Int32)
LdapAttributes(Int32 capacity)
Sub New(capacity As Int32)
Parameters:
- capacity:
constructor (IEnumerable<LdapAttribute>)
constructor(collection: IEnumerable<LdapAttribute>)
LdapAttributes(IEnumerable<LdapAttribute> collection)
Sub New(collection As IEnumerable<LdapAttribute>)
Parameters:
- collection:
GetStringAttribute
method GetStringAttribute(key: String): String
String GetStringAttribute(String key)
Function GetStringAttribute(key As String) As String
Parameters:
- key: