TestCase.Issues Property
Applies To: Windows 8.1
The IssueCollection for the TestCase.
Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As TestCase
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 TestCase/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
TestCase Class
TestCase Members
Microsoft.Assessments.Runtime Namespace