共用方式為


ValidationSearchCriteria.OmitSummary 屬性

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

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

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

屬性值

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

請參閱

參考

ValidationSearchCriteria 類別

Microsoft.MasterDataServices 命名空間