PickWorkItemsControl.SelectAQueryText Property

Note: This API is now obsolete.

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)

Syntax

‘선언
<ObsoleteAttribute("No longer possible to set the SelectAQueryText, set is a no-op")> _
Public Property SelectAQueryText As String
    Get
    Set
[ObsoleteAttribute("No longer possible to set the SelectAQueryText, set is a no-op")]
public string SelectAQueryText { get; set; }
[ObsoleteAttribute(L"No longer possible to set the SelectAQueryText, set is a no-op")]
public:
property String^ SelectAQueryText {
    String^ get ();
    void set (String^ value);
}
[<ObsoleteAttribute("No longer possible to set the SelectAQueryText, set is a no-op")>]
member SelectAQueryText : string with get, set
function get SelectAQueryText () : String
function set SelectAQueryText (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

PickWorkItemsControl Class

Microsoft.TeamFoundation.Controls Namespace