PickWorkItemsControl.PrivateQueriesText 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("Returns empty string and setter is no-op")> _
Public Property PrivateQueriesText As String
Get
Set
[ObsoleteAttribute("Returns empty string and setter is no-op")]
public string PrivateQueriesText { get; set; }
[ObsoleteAttribute(L"Returns empty string and setter is no-op")]
public:
property String^ PrivateQueriesText {
String^ get ();
void set (String^ value);
}
[<ObsoleteAttribute("Returns empty string and setter is no-op")>]
member PrivateQueriesText : string with get, set
function get PrivateQueriesText () : String
function set PrivateQueriesText (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.