IUserExtension2Properties.IsActivated Property
Gets and sets a property that indicates whether the user is activated.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
bool IsActivated { get; set; }
property bool IsActivated {
bool get();
void set(bool value);
}
Property IsActivated As Boolean
Property Value
Type: System.Boolean
true if the user is activated; otherwise, false.
See Also
IUserExtension2Properties Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top