WebUserIsAccountActivated Property |
Is 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.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public bool IsAccountActivated { get; set; }
Public Property IsAccountActivated As Boolean
Get
Set
public:
property bool IsAccountActivated {
bool get ();
void set (bool value);
}
member IsAccountActivated : bool with get, set
Property Value
Type:
BooleanSee Also