Discuss this help topic in SecureBlackbox Forum

TElLDAPSClient.Attributes

TElLDAPSClient     See also     


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


Specifies entry attributes to be returned on search request.

Declaration

[C#]
    string Attributes;

[VB.NET]
    Property Attributes As String

[Pascal]
    property Attributes : string;

[C++]
    void get_Attributes(std::string &OutResult);
    void set_Attributes(const std::string &Value);

[PHP]
    string get_Attributes()
    void set_Attributes(string $Value)

[Java]
    String getAttributes();
    void setAttributes(String s);

Parameters

  • s -

Description

    This property contains the list of the attributes to be returned from each entry that matches the search filter.

See also:     AttributesOnly     Filter     Search    

Discuss this help topic in SecureBlackbox Forum