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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.VersionControl.Controls.PendingChanges Namespace