ValidationSearchCriteria.OmitEntitySummary Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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