ITestElement.CreatedByUI Property

Definition

Gets or sets a value that indicates whether this test element was created by the user interface.

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

Property Value

true if this test element was created by the user interface; otherwise, false.

Applies to