[Missing <summary> documentation for "P:OPSSDKCommon.Model.Message.RoutingResult.RoutingState"]

Namespace: OPSSDKCommon.Model.Message
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public RoutingState RoutingState { get; private set; }
Visual Basic
Public Property RoutingState As RoutingState
	Get
	Private Set
Visual C++
public:
property RoutingState RoutingState {
	RoutingState get ();
	private: void set (RoutingState value);
}

Property Value

Type: RoutingState

See Also