Share via


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: System.String
The reason that this object is in its current state.

.NET Framework Security

See Also

Reference

ITestBase Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

State