Click or drag to resize
UserIsAccountActivated Property
Account activated. Not null. Is set to false by default. Is set to true by Activation method when User account is sucessfully activated.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public bool IsAccountActivated { get; set; }

Property Value

Type: Boolean

Implements

IUserIsAccountActivated
See Also