MmcListViewColumn.Visible Property

 

Gets or sets the column visibility. This value cannot be modified after the column has been inserted into an MMC list view collection.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public bool Visible { get; set; }
public:
property bool Visible {
    bool get();
    void set(bool value);
}
member Visible : bool with get, set
Public Property Visible As Boolean

Property Value

Type: System.Boolean

true if the column is visible; otherwise false

See Also

MmcListViewColumn Class
Microsoft.ManagementConsole Namespace

Return to top