Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
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
- 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.