Propriedade do RDL ValidationSearchCriteria.OmitSummary
Gets or sets whether the search criteria omits the summary items from the response.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataMemberAttribute(IsRequired := False, 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(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)
Valor da propriedade
Tipo: System.Boolean
True if the search criteria omits the summary items from the response; otherwise, false.
Consulte também
Referência
ValidationSearchCriteria Classe
Namespace Microsoft.MasterDataServices.Services.DataContracts