ServiceModuleInfo.Host 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 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.