JobEndEventArgs.ResultFileName Property

Applies To: Windows 8.1

The name of the results file containing aggregated results from all assessments that ran.

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.ResultFileName

Syntax

'Declaration
Public ReadOnly Property ResultFileName As String
public string ResultFileName { get; }
public:
property String^ ResultFileName {
    String^ get ();
}
/** @property */
public String get_ResultFileName ()
public function get ResultFileName () : String

Property Value

Returns String.

Remarks

The name of the XML file that is the results file that is loaded by the Windows Assessment Console.

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