SharedResources.FilterLinkToolTip Property

Looks up a localized string similar to Select one of the following views: * Incoming Requests: Show active code reviews in which you are a reviewer.

* Outgoing Requests: Show active code reviews you have requested.

* Incoming & Outgoing: Show both incoming and outgoing code reviews.

* Recently Finished: Show code reviews that have been completed in the last seven days..

Namespace:  Microsoft.TeamFoundation.VersionControl.Controls.MyWork
Assembly:  Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)

Syntax

'Declaration
Public Shared ReadOnly Property FilterLinkToolTip As String
public static string FilterLinkToolTip { get; }
public:
static property String^ FilterLinkToolTip {
    String^ get ();
}
static member FilterLinkToolTip : string with get
static function get FilterLinkToolTip () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SharedResources Class

Microsoft.TeamFoundation.VersionControl.Controls.MyWork Namespace