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
Dim instance As Iteration
Dim value As IssueCollection
value = instance.Issues
'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
Returns IssueCollection.
The IssueCollection holds information from element Iteration/Issues.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows 8.1
Iteration Class
Iteration Members
Microsoft.Assessments.Runtime Namespace