Discuss this help topic in SecureBlackbox Forum

TElLDAPPartialAttribute.Values

TElLDAPPartialAttribute     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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;

[C++]
    TElLDAPAttributeValue* get_Values(int32_t Index);

[PHP]
    TElLDAPAttributeValue get_Values(integer $Index)

[Java]
    not available

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    

Discuss this help topic in SecureBlackbox Forum