ValidationSearchCriteria.OmitEntitySummary Property

Definition

Specifies whether to omit entity summary items from the response.

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

Property Value

true to omit entity summary items from the response; otherwise, false.

Attributes

Applies to