| TransactionIDCallID Property  | 
 
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic string CallID { get; protected set; }Public Property CallID As String
	Get
	Protected Set
public:
property String^ CallID {
	String^ get ();
	protected: void set (String^ value);
}member CallID : string with get, set
Property Value
Type: 
String
See Also