LookupResults

Overview

Location

Properties


DN

 

property DN: String read write;

 

String DN { get; set; }

 

Property DN() As String

GroupMembership

 

property GroupMembership: List<String> read;

 

List<String> GroupMembership { get; }

 

ReadOnly Property GroupMembership() As List<String>

Username

 

property Username: String read write;

 

String Username { get; set; }

 

Property Username() As String

UserObject

 

property UserObject: LdapObject read write;

 

LdapObject UserObject { get; set; }

 

Property UserObject() As LdapObject

Instance Methods


constructor

 

constructor

 

LookupResults()

 

Sub New()