Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum