Share via


ServiceModuleInfo.HostId Property

Definition

Gets or sets the service module host id.

public:
 property System::String ^ HostId { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=false, Name="hostId")]
public string HostId { get; set; }
[System.Runtime.Serialization.DataMember(IsRequired=false, Name="hostId")]
public string? HostId { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=false, Name="hostId")>]
member this.HostId : string with get, set
Public Property HostId As String

Property Value

Attributes

Remarks

If defined, dev hub will load the service module into the host with that id. All service modules with the same host type and host id will share that host. If not defined or empty, dev hub will load the service module into its own exclusive host process.

Applies to