| InviteHeadersCallID Property  | 
            Gets the value of the Call-ID header.
            
 
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic string CallID { get; set; }Public Property CallID As String
	Get
	Set
public:
property String^ CallID {
	String^ get ();
	void set (String^ value);
}member CallID : string with get, set
Property Value
Type: 
String
See Also