Share via


StringList.Properties Property

Definition

Gets or sets list of string resources.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to