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
'Declaration
Property Reason As String
string Reason { get; set; }
property String^ Reason {
String^ get ();
void set (String^ value);
}
abstract Reason : string with get, set
function get Reason () : String
function set Reason (value : String)
Property Value
Type: String
The reason that this object is in its current state.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.