次の方法で共有


AppValidationResponse.ValidationSuccess Property

Definition

Gets whether the validation is a success.

public:
 property bool ValidationSuccess { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool ValidationSuccess { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ValidationSuccess : bool with get, set
Public Property ValidationSuccess As Boolean

Property Value

Whether the validation is a success.

Attributes

Applies to