Summary.Item Property

Definition

Gets the item.

[Newtonsoft.Json.JsonProperty(PropertyName="item")]
public string Item { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="item")>]
member this.Item : string with get, set
Public Property Item As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to