EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElLDAPPartialAttribute.Values

TElLDAPPartialAttribute     See also    


 

Contains a list of attribute values.

 
 

Declaration

[C#]
    TElLDAPAttributeValue Values[int Index];

[VB.NET]
    Property Values[ByVal Index As Integer] As TElLDAPAttributeValue

[Pascal]
    property Values[Index : Integer] : TElLDAPAttributeValue;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented
 
 

Parameters

  • Index - index of the desired item in the list. The first item has Index=0, the second has Index=1, and so on.
 
 

Description

    Use this property to access attribute values.

 
 

See also:     Add     Count    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation