Gets or sets a value that indicates whether the current create-user, change-password, or reset-password action will be canceled.

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

Syntax

C#
public bool Cancel { get; set; }
Visual Basic
Public Property Cancel As Boolean
	Get
	Set

Property Value

Type: Boolean

See Also