Sdílet prostřednictvím


SubClosedList.List Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="list")]
public System.Collections.Generic.IList<string> List { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="list")>]
member this.List : System.Collections.Generic.IList<string> with get, set
Public Property List As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to