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