Share via


ITestElement.IsModified Property

Definition

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

public:
 property bool IsModified { bool get(); void set(bool value); };
public bool IsModified { get; set; }
member this.IsModified : bool with get, set
Public Property IsModified As Boolean

Property Value

true if this test element object has been modified; otherwise, false.

Applies to