Partager via


Propriété ValidationSearchCriteria.OmitSummary

Gets or sets whether the search criteria omits the summary items from the response.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property OmitSummary As Boolean 
    Get 
    Set
'Utilisation
Dim instance As ValidationSearchCriteria 
Dim value As Boolean 

value = instance.OmitSummary

instance.OmitSummary = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public bool OmitSummary { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property bool OmitSummary {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member OmitSummary : bool with get, set
function get OmitSummary () : boolean 
function set OmitSummary (value : boolean)

Valeur de propriété

Type : System.Boolean
True if the search criteria omits the summary items from the response; otherwise, false.

Voir aussi

Référence

ValidationSearchCriteria Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts