DocumentValidationResult.WarningCount Property

Definition

Number of validation warnings found in the document

[System.Text.Json.Serialization.JsonPropertyName("WarningCount")]
public int? WarningCount { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("WarningCount")>]
member this.WarningCount : Nullable<int> with get, set
Public Property WarningCount As Nullable(Of Integer)

Property Value

Attributes

Applies to