Discuss this help topic in SecureBlackbox Forum
Specifies entry attributes to be returned on search request.
Declaration
[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)
Parameters
Description
This property contains the list of the attributes to be returned from each entry that matches the search filter.
Discuss this help topic in SecureBlackbox Forum