SIPResponseArgsCallID Property |
Gets the Call-ID of the response.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public string CallID { get; set; }
Public Property CallID As String
Get
Set
public:
virtual property String^ CallID {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract CallID : string with get, set
override CallID : string with get, set
Property Value
Type:
StringImplements
ICallResponseCallIDSee Also