共用方式為


ImageReference.SharedGalleryImageId Property

Definition

Gets or sets the shared gallery image unique identifier

[Newtonsoft.Json.JsonProperty(PropertyName="sharedGalleryImageId")]
public string SharedGalleryImageId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sharedGalleryImageId")>]
member this.SharedGalleryImageId : string with get, set
Public Property SharedGalleryImageId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property is mutually exclusive with other properties and can be fetched from shared gallery image GET call.

Applies to