Name of the organization associated with the account
Namespace: CTCT.Components.AccountServiceAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string OrganizationName { get; set; }
public string OrganizationName { get; set; }
Public Property OrganizationName As String
Get
Set
Public Property OrganizationName As String
Get
Set
public:
property String^ OrganizationName {
String^ get ();
void set (String^ value);
}
public:
property String^ OrganizationName {
String^ get ();
void set (String^ value);
}
member OrganizationName : string with get, set
member OrganizationName : string with get, set