JobEndEventArgs.ResultPath Property
Applies To: Windows 8.1
The path to the directory that contains the folders of all job results.
Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As JobEndEventArgs
Dim value As String
value = instance.ResultPath
Syntax
'Declaration
Public ReadOnly Property ResultPath As String
public string ResultPath { get; }
public:
property String^ ResultPath {
String^ get ();
}
/** @property */
public String get_ResultPath ()
public function get ResultPath () : String
Property Value
Returns String.
Remarks
The absolute path to the directory that contains the folders of all job results. If the results could not be copied to the ResultsPublishPath location as specified in the job manifest this path will point to where the results files are generated during execution.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows 8.1
See Also
Reference
JobEndEventArgs Class
JobEndEventArgs Members
Microsoft.Assessments.Hosting Namespace