Compartir a través de


StringList.Properties Propiedad

Definición

Obtiene o establece la lista de recursos de cadena.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a