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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Common.UIMap Namespace