[This is preliminary documentation and is subject to change.]
Collection of Results for a particular session.
| C# | Visual Basic | Visual C++ |
public IList Results { get; set; }
Public Property Results As IList
public: property IList^ Results { IList^ get (); void set (IList^ value); }