QueryBuilderControl.SetWiql Method

Sets the wiql expression of the builder (the select clause will be ignored)

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

Syntax

'Declaration
Public Sub SetWiql ( _
    wiql As String _
)
public void SetWiql(
    string wiql
)
public:
void SetWiql(
    String^ wiql
)
member SetWiql : 
        wiql:string -> unit
public function SetWiql(
    wiql : String
)

Parameters

.NET Framework Security

See Also

Reference

QueryBuilderControl Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace