WorkloadInquiryDetails.ItemCount Property

Definition

Gets or sets contains the protectable item Count inside this Container.

[Newtonsoft.Json.JsonProperty(PropertyName="itemCount")]
public long? ItemCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="itemCount")>]
member this.ItemCount : Nullable<int64> with get, set
Public Property ItemCount As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to