| RoutingResultLastRoutingState Property  | 
            Gets the last routing state of the routing process (calling, busy, etc.)
            
 
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic RoutingState LastRoutingState { get; set; }Public Property LastRoutingState As RoutingState
	Get
	Set
public:
property RoutingState LastRoutingState {
	RoutingState get ();
	void set (RoutingState value);
}member LastRoutingState : RoutingState with get, set
Property Value
Type: 
RoutingState
See Also