共用方式為


Offer.IconFileUris Property

Definition

Gets or sets icon File Uris

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to