Condividi tramite


Proprietà ValidationSearchCriteria.OmitSummary

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

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property OmitSummary As Boolean
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Boolean
True to omit the summary from the response; otherwise, false.

Vedere anche

Riferimento

ValidationSearchCriteria Classe

Spazio dei nomi Microsoft.MasterDataServices