CallDetailExternalCompany Property |
The company of the external party. It can be the party itself, or the parent party, whichever is company. null when the company cannot be determined. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Telephony
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Company ExternalCompany { get; set; }
Public Property ExternalCompany As Company
Get
Set
public:
property Company^ ExternalCompany {
Company^ get ();
void set (Company^ value);
}
member ExternalCompany : Company with get, set
Property Value
Type:
Company
See Also