Gets the unique identifier of the message
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public string ID { get; protected set; }
Public Property ID As String
Get
Protected Set
public:
property String^ ID {
String^ get ();
protected: void set (String^ value);
}
member ID : string with get, set
Property Value
Type:
StringSee Also