Discuss this help topic in SecureBlackbox Forum
Specifies the state type.
Declaration
[C#/Java]
string StateType;
[VB.NET]
Property StateType As String
[Pascal]
property StateType : string;
[C++]
void get_StateType(std::string &OutResult);
void set_StateType(const std::string &Value);
[PHP]
string get_StateType()
void set_StateType(string $Value)
Description
Use this property to specify the state type.
Discuss this help topic in SecureBlackbox Forum