UIObject.QueryId Property

Gets or sets the query ID for this object.

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

Syntax

'Declaration
Public Property QueryId As QueryElement
public QueryElement QueryId { get; set; }
public:
property QueryElement^ QueryId {
    QueryElement^ get ();
    void set (QueryElement^ value);
}
member QueryId : QueryElement with get, set
function get QueryId () : QueryElement 
function set QueryId (value : QueryElement)

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.QueryElement
The query ID.

.NET Framework Security

See Also

Reference

UIObject Class

Microsoft.VisualStudio.TestTools.UITest.Common.UIMap Namespace