Gets the type of the dial plan destination.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic RoutingResultType Type { get; }
Public ReadOnly Property Type As RoutingResultType
Get
public:
virtual property RoutingResultType Type {
RoutingResultType get () sealed;
}
abstract Type : RoutingResultType with get
override Type : RoutingResultType with get
Property Value
Type:
RoutingResultTypeImplements
IDialplanResultType
See Also