DestinationExtensionID Property |
Gets or sets the ID of the extensions who will be called.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic string ExtensionID { get; set; }
Public Property ExtensionID As String
Get
Set
public:
property String^ ExtensionID {
String^ get ();
void set (String^ value);
}
member ExtensionID : string with get, set
Property Value
Type:
String
See Also