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