Iteration.Issues Property
Applies To: Windows 8.1
The IssueCollection for the Iteration.
Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As Iteration
Dim value As IssueCollection
value = instance.Issues
Syntax
'Declaration
Public ReadOnly Property Issues As IssueCollection
public IssueCollection Issues { get; }
public:
property IssueCollection^ Issues {
IssueCollection^ get ();
}
/** @property */
public IssueCollection get_Issues ()
public function get Issues () : IssueCollection
Property Value
Returns IssueCollection.
Remarks
The IssueCollection holds information from element Iteration/Issues.
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
Iteration Class
Iteration Members
Microsoft.Assessments.Runtime Namespace