Partager via


ListColumn<TBusinessObject>.IsVisibleByDefault Property

 

Gets or sets whether the column is visible by default.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public bool IsVisibleByDefault { get; set; }
public:
property bool IsVisibleByDefault {
    virtual bool get() sealed;
    virtual void set(bool value) sealed;
}
Public Property IsVisibleByDefault As Boolean

Property Value

Type: System.Boolean

true if the column is visible by default; otherwise, false.

Remarks

This property is only effective if the IsRequired property is false.

See Also

ListColumn<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top