[This is preliminary documentation and is subject to change.]
Property to determine whether the session has been changed
| C# | Visual Basic | Visual C++ |
public bool HasSessionChanged { get; set; }
Public Property HasSessionChanged As Boolean
public: property bool HasSessionChanged { bool get (); void set (bool value); }