다음을 통해 공유


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 네임스페이스