JobEndEventArgs.ResultFolder Property
Applies To: Windows 8.1
The folder that contains all of the results from the job that just ended.
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.ResultFolder
Syntax
'Declaration
Public ReadOnly Property ResultFolder As String
public string ResultFolder { get; }
public:
property String^ ResultFolder {
String^ get ();
}
/** @property */
public String get_ResultFolder ()
public function get ResultFolder () : String
Property Value
Returns String.
Remarks
The folder under ResultPath that contains all of the results from the job that just ended.
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