AssessmentResultsCollection.Item Property
Applies To: Windows 8.1
Returns an AssessmentResults object from the AssessmentResultsCollection.Syntax
Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As AssessmentResultsCollection
Dim index As Integer
Dim value As AssessmentResults
value = instance(index)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As AssessmentResults
public AssessmentResults this [
int index
] { get; }
public:
property AssessmentResults^ default [int] {
AssessmentResults^ get (int index);
}
/** @property */
public AssessmentResults get_Item (int index)
Parameters
- index
The identifier for the AssessmentResults object to be returned from the collection.
Property Value
Returns AssessmentResults.
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
AssessmentResultsCollection Class
AssessmentResultsCollection Members
Microsoft.Assessments.Hosting Namespace