LiveEvent.UseStaticHostname Property

Definition

Gets or sets specifies whether a static hostname would be assigned to the live event preview and ingest endpoints. This value can only be updated if the live event is in Standby state

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to