[Missing <summary> documentation for "P:OPSSDKCommon.Model.Route.RouteParams.State"]
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
| C# |
|---|
public CallingState State { get; private set; } |
| Visual Basic |
|---|
Public Property State As CallingState Get Private Set |
| Visual C++ |
|---|
public: property CallingState State { CallingState get (); private: void set (CallingState value); } |