Discuss this help topic in SecureBlackbox Forum

TElLDAPSClient.AttributesOnly

TElLDAPSClient     See also     


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


Specifies, if only attribute values (without descriptions) should be returned on search request.

Declaration

[C#]
    bool AttributesOnly;

[VB.NET]
    Property AttributesOnly As Boolean

[Pascal]
    property AttributesOnly : boolean;

[C++]
    bool get_AttributesOnly();
    void set_AttributesOnly(bool Value);

[PHP]
    bool get_AttributesOnly()
    void set_AttributesOnly(bool $Value)

[Java]
    boolean getAttributesOnly();
    void setAttributesOnly(boolean Value);

Description

    If this property is set to True, only attribute values will be requested by Search. Otherwise, both attribute descriptions and values are requested.

See also:     Attributes     Search    

Discuss this help topic in SecureBlackbox Forum