Propriedade do RDL ValidationGetResponse.TotalIssueCount
Gets or sets the total number of validation issues.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<MessageBodyMemberAttribute> _
Public Property TotalIssueCount As Integer
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Int32
The total number of validation issues.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.MessageContracts