DedicatedHostUpdate.HostId Property

Definition

Gets a unique id generated and assigned to the dedicated host by the platform. <br><br> Does not change throughout the lifetime of the host.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.hostId")]
public string HostId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.hostId")>]
member this.HostId : string
Public ReadOnly Property HostId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to