Delen via


TargetRegion.ExcludeFromLatest Property

Definition

Gets or sets contains the flag setting to hide an image when users specify version='latest'

[Newtonsoft.Json.JsonProperty(PropertyName="excludeFromLatest")]
public bool? ExcludeFromLatest { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="excludeFromLatest")>]
member this.ExcludeFromLatest : Nullable<bool> with get, set
Public Property ExcludeFromLatest As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to