IPlaybackContext.QueryId Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the QueryId used for searching.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
ReadOnly Property QueryId As String
Get
'Usage
Dim instance As IPlaybackContext
Dim value As String
value = instance.QueryId
string QueryId { get; }
property String^ QueryId {
String^ get ();
}
function get QueryId () : String
abstract QueryId : string
Property Value
Type: System.String
The QueryId used for searching.
.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.