Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic 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
ICallRequestArgsCallID
See Also