Share via


PickWorkItemsControl.BannerLabel Property

Banner Text above the work item lookup method radio buttons.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

PickWorkItemsControl Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace