SplitTextDocumentByStringResult.ElementCount Property

Definition

The count of elements in the text file

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

Property Value

Attributes

Applies to