Discuss this help topic in SecureBlackbox Forum
Specifies the state type.
Declaration
[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)
[Java]
String getStateType();
void setStateType(String Value);
Description
Use this property to specify the state type.
Discuss this help topic in SecureBlackbox Forum