ITestBase.Reason Property
Gets or sets the reason that this object is in its current state.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
string Reason { get; set; }
property String^ Reason {
String^ get();
void set(String^ value);
}
abstract Reason : string with get, set
Property Reason As String
Property Value
Type: System.String
The reason that this object is in its current state.
See Also
State
ITestBase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top