Discuss this help topic in SecureBlackbox Forum
The value of the nested StatusCode.
Declaration
[VB.NET]
Property SubValue As String
[Pascal]
property SubValue : TSBAnyURI;
[C++]
void get_SubValue(std::string &OutResult);
void set_SubValue(const std::string &Value);
[PHP]
string get_SubValue()
void set_SubValue(string $Value)
[Java]
String getSubValue();
void setSubValue(String Value);
Description
This property contains the value of the nested StatusCode element.
Discuss this help topic in SecureBlackbox Forum