DestinationDialInfo Property |
Gets or sets the caller ID and dialed number for the destination.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
DialInfoSee Also