次の方法で共有


ValidationGetResponse.TotalIssueCount プロパティ

検証の問題の合計数を取得または設定します。

名前空間:  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
検証の問題の合計数です。

関連項目

参照

ValidationGetResponse クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間