Share via


TestElement.IsModified Property

Gets or sets a value that indicates whether this test element has been modified.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Overridable Property IsModified As Boolean
public virtual bool IsModified { get; set; }
public:
virtual property bool IsModified {
    bool get ();
    void set (bool value);
}
abstract IsModified : bool with get, set 
override IsModified : bool with get, set
function get IsModified () : boolean 
function set IsModified (value : boolean)

Property Value

Type: Boolean
true if this test element has been modified; otherwise, false.

Implements

ITestElement.IsModified

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace