Share via


SharedResources.CannotResumeWithActiveWorkText Property

Looks up a localized string similar to Can not resume as long as work is in progress.

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

SharedResources Class

Microsoft.TeamFoundation.VersionControl.Controls.MyWork Namespace