Share via


UserValidationResult.Result Property

Definition

Gets or sets the result of the validation.

[System.Runtime.Serialization.DataMember(Name="Result")]
public bool Result { get; set; }
[<System.Runtime.Serialization.DataMember(Name="Result")>]
member this.Result : bool with get, set
Public Property Result As Boolean

Property Value

The result of the validation.

Attributes

Applies to