CallExtensionHeadersCalledRemotePartyID Property |
Gets the value of the Remote-Party-ID header that contains the "called" party parameter.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.77.0
Syntaxpublic RemotePartyIDInfo CalledRemotePartyID { get; set; }Public Property CalledRemotePartyID As RemotePartyIDInfo
Get
Set
public:
property RemotePartyIDInfo^ CalledRemotePartyID {
RemotePartyIDInfo^ get ();
void set (RemotePartyIDInfo^ value);
}member CalledRemotePartyID : RemotePartyIDInfo with get, set
Property Value
RemotePartyIDInfo
See Also