Share via


DetailItem.Enabled Property

 

Gets or sets whether the item should be displayed as enabled.

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

Syntax

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

Property Value

Type: System.Boolean

true if the item should be enabled; otherwise, false.

See Also

DetailItem Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top