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 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