JobExecutionInfo.WorkloadAssessmentIndex Property
Applies To: Windows 8.1
The position in the job manifest of the <AssessmentRun> entry for the assessment that will be running as a solution assessment that executes workloads. This index is used to locate the nested <AssessmentRuns> collection that describes the workloads to run.
Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As JobExecutionInfo
Dim value As Integer
value = instance.WorkloadAssessmentIndex
instance.WorkloadAssessmentIndex = value
Syntax
'Declaration
Public Property WorkloadAssessmentIndex As Integer
public int WorkloadAssessmentIndex { get; set; }
public:
property int WorkloadAssessmentIndex {
int get ();
void set (int __set_formal);
}
/** @property */
public int get_WorkloadAssessmentIndex ()
/** @property */
public void set_WorkloadAssessmentIndex (int __set_formal)
public function get WorkloadAssessmentIndex () : int
public function set WorkloadAssessmentIndex (__set_formal : int)
Property Value
Returns Int32.
Remarks
The position in the job manifest of the <AssessmentRun> entry for the assessment. The WorkloadAssessmentIndex is zero-based. This field is ignored if the solution is not configured in Workload mode.
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
JobExecutionInfo Class
JobExecutionInfo Members
Microsoft.Assessments.Hosting Namespace