ValidationGetResponse.TotalIssueCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the total number of validation issues.
public:
property int TotalIssueCount { int get(); void set(int value); };
[System.ServiceModel.MessageBodyMember]
public int TotalIssueCount { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.TotalIssueCount : int with get, set
Public Property TotalIssueCount As Integer
Property Value
The total number of validation issues.
- Attributes