RoutingResultDialplanResult Property |
Gets the result received from the the dial plan. (eg. connect, reject, disconnect)
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public IDialplanResult DialplanResult { get; set; }
Public Property DialplanResult As IDialplanResult
Get
Set
public:
property IDialplanResult^ DialplanResult {
IDialplanResult^ get ();
void set (IDialplanResult^ value);
}
member DialplanResult : IDialplanResult with get, set
Property Value
Type:
IDialplanResultSee Also