Share via


ActiveWorkResources.SuspendButtonToolTip Property

Looks up a localized string similar to Set aside your current work. This includes changes you have made to files, solution settings, and associated work items.

All work is stored in a shelveset and included in the Suspended section..

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ActiveWorkResources Class

Microsoft.TeamFoundation.VersionControl.Controls.MyWork Namespace