[This is preliminary documentation and is subject to change.]
Directory used to store results output.
| C# | Visual Basic | Visual C++ |
public string ResultsRootDirectory { get; set; }
Public Property ResultsRootDirectory As String
public: property String^ ResultsRootDirectory { String^ get (); void set (String^ value); }
| Exception | Condition |
|---|---|
| ArgumentNullException | Argument is a nullNothingnullptr reference. |
| ArgumentException | Directory may not be an empty string. Use ".\" for current directory." |