CallExtensionHeadersCallingRemotePartyID Property |
Gets the value of the Remote-Party-ID header that contains the "calling" party parameter.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public RemotePartyIDInfo CallingRemotePartyID { get; set; }
Public Property CallingRemotePartyID As RemotePartyIDInfo
Get
Set
public:
property RemotePartyIDInfo^ CallingRemotePartyID {
RemotePartyIDInfo^ get ();
void set (RemotePartyIDInfo^ value);
}
member CallingRemotePartyID : RemotePartyIDInfo with get, set
Property Value
Type:
RemotePartyIDInfoSee Also