InactiveWorkResources.OpenQueryToolTip Property
Looks up a localized string similar to View all work items that match this query..
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.MyWork
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Shared ReadOnly Property OpenQueryToolTip As String
public static string OpenQueryToolTip { get; }
public:
static property String^ OpenQueryToolTip {
String^ get ();
}
static member OpenQueryToolTip : string with get
static function get OpenQueryToolTip () : 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.
See Also
Reference
Microsoft.TeamFoundation.VersionControl.Controls.MyWork Namespace