CustomerCertificateParameters.UseLatestVersion Property

Definition

Gets or sets whether to use the latest version for the certificate

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to