Share via


ColumnsPickerControl.ColumnPickerWorkItemTypeLabel Property

Requires non-empty value on set.

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ColumnsPickerControl Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace