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