Class TLDAPResult

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TLDAPResult = class(TObject)

Description

LDAP result object

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

Hierarchy

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;

Properties

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

Description

Methods

Public constructor Create;
 
Public destructor Destroy; override;
 

Properties

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.


Generated by PasDoc 0.9.0 on 2012-04-23 21:38:57