Share via


LabeledProgress.TopLabel Property

Get/Set the top label

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

LabeledProgress Class

Microsoft.TeamFoundation.VersionControl.Controls.PendingChanges Namespace