ValidationSearchCriteria.OmitSummary 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.
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