Share via


JobEndEventArgs.ExecutedAssessmentCount Property

Applies To: Windows 8.1

The total number of assessments that were run.

Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As JobEndEventArgs
Dim value As UInteger

value = instance.ExecutedAssessmentCount

Syntax

'Declaration
Public ReadOnly Property ExecutedAssessmentCount As UInteger
public uint ExecutedAssessmentCount { get; }
public:
property unsigned int ExecutedAssessmentCount {
    unsigned int get ();
}
/** @property */
public UInt32 get_ExecutedAssessmentCount ()
public function get ExecutedAssessmentCount () : uint

Property Value

Returns UInt32.

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