[This is preliminary documentation and is subject to change.]
The full file name of the stylesheet used to convert results .xml files to .html files.
This stylesheet is used e.g. when the property ShowResults is set to true.
The default value for this property is the executable path append with the file name "DVT_RESULTS.xslt".
| C# | Visual Basic | Visual C++ |
public string StyleSheetFullFileName { get; set; }
Public Property StyleSheetFullFileName As String
public: property String^ StyleSheetFullFileName { String^ get (); void set (String^ value); }