HostNameSslState.ToUpdate Property

Definition

Gets or sets set to <code>true</code> to update existing hostname.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to