Discuss this help topic in SecureBlackbox Forum
This topic is under development.
Declaration
[C#]
string AttributeQueryService;
[VB.NET]
Property AttributeQueryService As String
[Pascal]
property AttributeQueryService : string;
[C++]
void get_AttributeQueryService(std::string &OutResult);
void set_AttributeQueryService(const std::string &Value);
[PHP]
string get_AttributeQueryService()
void set_AttributeQueryService(string $Value)
[Java]
String getAttributeQueryService();
void setAttributeQueryService(String Value);
Description
Discuss this help topic in SecureBlackbox Forum