Dela via


UnknownTarget.Attributes Property

Definition

Gets or sets dictionary of string->string pairs containing information about the Storage Target.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to