SessionParameter.ResultsPath Field
Applies To: Windows 8.1
Assessments can use this parameter to determine where their own results should be placed. After each assessment finishes running, its single "Results.xml" file is integrated with the overall job "Results.xml" file. When all assessments are finished running, the results path for all assessments will be packaged up with the results from all the other assessments in the job in a final results package. An assessment should produce one or more results files conforming to the AXE Results Schema Design in this directory.
Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim value As String
value = SessionParameter.ResultsPath
Syntax
'Declaration
Public Const ResultsPath As String
public const string ResultsPath
public:
literal String^ ResultsPath
public static final String ResultsPath
public const var ResultsPath : String
Platforms
Development Platforms
Windows 8.1
See Also
Reference
SessionParameter Class
SessionParameter Members
Microsoft.Assessments.Runtime Namespace