Discuss this help topic in SecureBlackbox Forum
Specifies the subtype of the attached object.
Declaration
[VB.NET]
Property SubType As String
[Pascal]
property SubType : string;
[C++]
void get_SubType(std::string &OutResult);
void set_SubType(const std::string &Value);
[PHP]
string get_SubType()
void set_SubType(string $Value)
[Java]
String getSubType();
void setSubType(String Value);
Description
Use this property to specify the subtype of the attached object.
Discuss this help topic in SecureBlackbox Forum