Discuss this help topic in SecureBlackbox Forum
Specifies the organization.
Declaration
[C#]
string Organization;
[VB.NET]
Property Organization As String
[Pascal]
property Organization : string;
[C++]
void get_Organization(std::string &OutResult);
void set_Organization(const std::string &Value);
[PHP]
string get_Organization()
void set_Organization(string $Value)
[Java]
String getOrganization();
void setOrganization(String Value);
Description
This property specifies the organization. For more details see RFC 2459.
Discuss this help topic in SecureBlackbox Forum