RoutingResultDialplanDestination Property |
Gets the destination info received from the dial plan.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic Destination DialplanDestination { get; }
Public ReadOnly Property DialplanDestination As Destination
Get
public:
property Destination^ DialplanDestination {
Destination^ get ();
}
member DialplanDestination : Destination with get
Property Value
Destination
See Also