ValidationSearchCriteria.OmitIssuesList Property

Definition

Specifies whether to omit the list of validation issues from the response.

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

Property Value

true if to omit the list of validation issues from the response; otherwise, false.

Attributes

Applies to