Share via


IUserExtension.Enabled Property

 

Gets a boolean value indicating whether the user extension is enabled.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

bool Enabled { get; }
property bool Enabled {
    bool get();
}
ReadOnly Property Enabled As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

IUserExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top