다음을 통해 공유


ValidationGetResponse.TotalIssueCount 속성

Gets or sets the total number of validation issues.

네임스페이스:  Microsoft.MasterDataServices.Services.MessageContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<MessageBodyMemberAttribute> _
Public Property TotalIssueCount As Integer 
    Get 
    Set
‘사용 방법
Dim instance As ValidationGetResponse 
Dim value As Integer 

value = instance.TotalIssueCount

instance.TotalIssueCount = value
[MessageBodyMemberAttribute]
public int TotalIssueCount { get; set; }
[MessageBodyMemberAttribute]
public:
property int TotalIssueCount {
    int get ();
    void set (int value);
}
[<MessageBodyMemberAttribute>]
member TotalIssueCount : int with get, set
function get TotalIssueCount () : int 
function set TotalIssueCount (value : int)

속성 값

유형: System.Int32
The total number of validation issues.

참고 항목

참조

ValidationGetResponse 클래스

Microsoft.MasterDataServices.Services.MessageContracts 네임스페이스