Compartir a través de


ValidationSearchCriteria.OmitSummary Propiedad

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

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

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

Valor de la propiedad

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

Vea también

Referencia

ValidationSearchCriteria Clase

Espacio de nombres Microsoft.MasterDataServices