[This is preliminary documentation and is subject to change.]
Determine the execution of the Session.
| C# | Visual Basic | Visual C++ |
public bool Result { get; set; }
Public Property Result As Boolean
public: property bool Result { bool get (); void set (bool value); }