Partager via


Propriété ValidationSearchCriteria.OmitSummary

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

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

Syntaxe

'Déclaration
<DataMemberAttribute(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(EmitDefaultValue = false)]
public bool OmitSummary { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool OmitSummary {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(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 to omit the summary from the response; otherwise, false.

Voir aussi

Référence

ValidationSearchCriteria Classe

Espace de noms Microsoft.MasterDataServices