SIPCallBasicInfoReplaces Property |
Gets or sets the dialog ID that the call will replace.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic DialogID Replaces { get; set; }
Public Property Replaces As DialogID
Get
Set
public:
property DialogID^ Replaces {
DialogID^ get ();
void set (DialogID^ value);
}
member Replaces : DialogID with get, set
Property Value
Type:
DialogID
See Also