Discuss this help topic in SecureBlackbox Forum
Specifies the XPath expression to be evaluated.
Declaration
[VB.NET]
Property XPath As String
[Pascal]
property XPath: WideString;
[C++]
void get_XPath(sb_u16string &OutResult);
void get_XPath(std::wstring &OutResult);
void set_XPath(const sb_u16string &Value);
void set_XPath(const std::wstring &Value);
[PHP]
string get_XPath()
void set_XPath(string $Value)
[Java]
String getXPath();
void setXPath(String Value);
Description
Use this property to get or set the XPath expression to be evaluated according to the
XPath (XML Path Language) description.
Discuss this help topic in SecureBlackbox Forum