Discuss this help topic in SecureBlackbox Forum
Declaration
[VB.NET]
Property Path As String
[Pascal]
under development
[C++]
void get_Path(sb_u16string &OutResult);
void get_Path(std::wstring &OutResult);
void set_Path(const sb_u16string &Value);
void set_Path(const std::wstring &Value);
[PHP]
string get_Path()
void set_Path(string $Value)
[Java]
String getPath();
void setPath(String Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum