ValidationSearchCriteria.OmitSummary Property

Definition

Gets or sets whether to omit the summary from the response.

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

Property Value

True to omit the summary from the response; otherwise, false.

Attributes

Applies to