Share via


VersionInfo.EntitiesCount Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="entitiesCount")]
public int? EntitiesCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="entitiesCount")>]
member this.EntitiesCount : Nullable<int> with get, set
Public Property EntitiesCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to