Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the total number of validation issues.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property TotalIssueCount As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
The total number of validation issues.
See Also
Reference
Microsoft.MasterDataServices.Services.MessageContracts Namespace