Bagikan melalui


ResourceRecommendationBase.ExtendedProperties Property

Definition

Gets or sets extended properties

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to