Share via


LabeledProgress.BottomLabel Property

Get/Set the bottom label

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

Syntax

'Declaration
Public Property BottomLabel As String
public string BottomLabel { get; set; }
public:
property String^ BottomLabel {
    String^ get ();
    void set (String^ value);
}
member BottomLabel : string with get, set
function get BottomLabel () : String 
function set BottomLabel (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

LabeledProgress Class

Microsoft.TeamFoundation.VersionControl.Controls.PendingChanges Namespace