Job.AssessmentCount Property

Applies To: Windows 8.1

The number of assessments in the job.

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

Usage

'Usage
Dim instance As Job
Dim value As Integer

value = instance.AssessmentCount

Syntax

'Declaration
Public ReadOnly Property AssessmentCount As Integer
public int AssessmentCount { get; }
public:
property int AssessmentCount {
    int get ();
}
/** @property */
public int get_AssessmentCount ()
public function get AssessmentCount () : int

Property Value

Returns Int32.

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

Job Class
Job Members
Microsoft.Assessments.Hosting Namespace