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.