PublishingErrorsListViewControl.ShowStatusColumnInListView Property

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)

Syntax

‘선언
Public Property ShowStatusColumnInListView As Boolean
    Get
    Set
public bool ShowStatusColumnInListView { get; set; }
public:
property bool ShowStatusColumnInListView {
    bool get ();
    void set (bool value);
}
member ShowStatusColumnInListView : bool with get, set
function get ShowStatusColumnInListView () : boolean
function set ShowStatusColumnInListView (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

PublishingErrorsListViewControl Class

Microsoft.TeamFoundation.Controls Namespace