Discuss this help topic in SecureBlackbox Forum
A unique identifier of the entity responsible for the affiliation.
Declaration
[C#]
string AffiliationOwnerID;
[VB.NET]
Property AffiliationOwnerID As String
[Pascal]
property AffiliationOwnerID : string;
[C++]
void get_AffiliationOwnerID(std::string &OutResult);
void set_AffiliationOwnerID(const std::string &Value);
[PHP]
string get_AffiliationOwnerID()
void set_AffiliationOwnerID(string $Value)
[Java]
String getAffiliationOwnerID();
void setAffiliationOwnerID(String Value);
Description
This property specifies the unique identifier of the entity responsible for the affiliation.
Discuss this help topic in SecureBlackbox Forum