Gets a value that indicates whether the ValidatingPassword event is being raised during a call to the CreateUser method.

Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public bool IsNewUser { get; }
Visual Basic
Public ReadOnly Property IsNewUser As Boolean
	Get

Property Value

Type: Boolean

See Also