Compartir a través de


ValidationResponse.IsValid Propiedad

Definición

Obtiene si la validación se realizó correctamente o no.

[Newtonsoft.Json.JsonProperty(PropertyName="isValid")]
public bool? IsValid { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isValid")>]
member this.IsValid : Nullable<bool>
Public ReadOnly Property IsValid As Nullable(Of Boolean)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a