ElementHasIdOrName Property

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Gets whether this element has an id or a name set on it.

Namespace:  ArtOfTest.WebAii.ObjectModel
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public bool HasIdOrName { get; }

Return Value

Type: Boolean
True/False whether or not this element has an ID or a Name attribute applied to it.
See Also

Reference