Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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