ITestRunBase.IsDirty Property

 

Returns true if the test run has been changed since the last Save().

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

bool IsDirty { get; }
property bool IsDirty {
    bool get();
}
abstract IsDirty : bool with get
ReadOnly Property IsDirty As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

ITestRunBase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top