CallDetailCallingParty Property |
The party, which originated the call. null when the party was not determined successfully. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Telephony
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Party CallingParty { get; set; }
Public Property CallingParty As Party
Get
Set
public:
property Party^ CallingParty {
Party^ get ();
void set (Party^ value);
}
member CallingParty : Party with get, set
Property Value
Type:
Party
See Also