JobResults.ToBeAnalyzedCount Property
Applies To: Windows 8.1
The count of assessment results to be analyzed for the job.
Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As JobResults
Dim value As Integer
value = instance.ToBeAnalyzedCount
Syntax
'Declaration
Public ReadOnly Property ToBeAnalyzedCount As Integer
public int ToBeAnalyzedCount { get; }
public:
property int ToBeAnalyzedCount {
int get ();
}
/** @property */
public int get_ToBeAnalyzedCount ()
public function get ToBeAnalyzedCount () : 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
JobResults Class
JobResults Members
Microsoft.Assessments.Hosting Namespace