Share via


IUserExtension2.Enabled Property

 

Gets a Boolean value that indicates whether a 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.

Remarks

This is only available on Small Business Server 2011 Essentials.

See Also

IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top