Compartir a través de


UnknownTarget.Attributes Propiedad

Definición

Obtiene o establece el diccionario de pares string-gt&;string que contienen información sobre el destino de almacenamiento.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a