Discuss this help topic in SecureBlackbox Forum
Specifies the subtype of the attached object.
Declaration
[C#/Java]
string SubType;
[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)
Description
Use this property to specify the subtype of the attached object.
Discuss this help topic in SecureBlackbox Forum