Share via


ServiceModuleInfo.Host Property

Definition

Gets or sets the service module host type.

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

Property Value

Attributes

Remarks

The Host tells dev hub where to find the hub host info. To find the hub host info, ServiceHub will look for case-sensitive {host}.servicehub.host.json in the following places: 1. hosts folder as specified in servicehub.config.json. 2. host folder in devhub module.

Applies to