AdditionalFeatureInfo.Usage Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to