Issue.AttributeTestCase Property
Applies To: Windows 8.1
The test case of the Issue.
Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As Issue
Dim value As String
value = instance.AttributeTestCase
instance.AttributeTestCase = value
Syntax
'Declaration
Public Property AttributeTestCase As String
public string AttributeTestCase { get; set; }
public:
property String^ AttributeTestCase {
String^ get ();
void set (String^ attributeTestCase);
}
/** @property */
public String get_AttributeTestCase ()
/** @property */
public void set_AttributeTestCase (String attributeTestCase)
public function get AttributeTestCase () : String
public function set AttributeTestCase (attributeTestCase : String)
Property Value
Returns String.
Remarks
The test case is attribute TestCase of element Issue.
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
Issue Class
Issue Members
Microsoft.Assessments.Runtime Namespace