DestinationDialInfo Property |
Gets or sets the caller ID and dialed number for the destination.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic DialInfo DialInfo { get; set; }
Public Property DialInfo As DialInfo
Get
Set
public:
property DialInfo^ DialInfo {
DialInfo^ get ();
void set (DialInfo^ value);
}
member DialInfo : DialInfo with get, set
Property Value
Type:
DialInfo
See Also