Share via


Query.QueryString Property

Gets the WIQL query string for this Query.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public ReadOnly Property QueryString As String
'Usage
Dim instance As Query 
Dim value As String 

value = instance.QueryString
public string QueryString { get; }
public:
property String^ QueryString {
    String^ get ();
}
public function get QueryString () : String

Property Value

Type: System.String

Remarks

This WIQL will be semantically equivalent to the WIQL used to construct the Query object but may differ literally. For example, extra spaces may be removed and single quotation marks may be replaced by double quotation marks.

.NET Framework Security

See Also

Reference

Query Class

Query Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace