ValidationSearchCriteria.OmitSummary Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public bool OmitSummary { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property bool OmitSummary {
    bool get();
    void set(bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member OmitSummary : bool with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property OmitSummary As Boolean

Property Value

Type: System.Boolean

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

See Also

ValidationSearchCriteria Class
Microsoft.MasterDataServices Namespace

Return to top