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
'Declaration
<ObsoleteAttribute("No longer possible to set the SelectAQueryText, set is a no-op")> _
Public Property SelectAQueryText As String
[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
- 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.