Gets the state of the route.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic RoutingState State { get; }
Public ReadOnly Property State As RoutingState
Get
public:
property RoutingState State {
RoutingState get ();
}
member State : RoutingState with get
Property Value
Type:
RoutingState
See Also