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