ServiceModuleInfo.HostId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.