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