Classe TLDAPResult

Unit

Declaração

type TLDAPResult = class(TObject)

Descrição

LDAP result object

This object can hold LDAP object. (their name and all their attributes with values)

Hierarquia

Visão Geral

Métodos

Public constructor Create;
Public destructor Destroy; override;

Propriedades

Published property ObjectName: AnsiString read FObjectName write FObjectName;
Published property Attributes: TLDAPAttributeList read FAttributes;

Descrição

Métodos

Public constructor Create;
 
Public destructor Destroy; override;
 

Propriedades

Published property ObjectName: AnsiString read FObjectName write FObjectName;

Name of this LDAP object.

Published property Attributes: TLDAPAttributeList read FAttributes;

Here is list of object attributes.


Gerado por PasDoc 0.16.0.