Partager via


Page.IsEnabled Method ()

 

Gets or sets a value that describes if the page is enabled.

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

Syntax

protected internal virtual bool IsEnabled()
public protected:
virtual bool IsEnabled()
Protected Friend Overridable Function IsEnabled As Boolean

Return Value

Type: System.Boolean

true if the page is enabled; otherwise, false.

See Also

Page Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top