ServiceModuleInfo.HostGroupId 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 host group that should be used for this service, use of this property requires HostGroupAllowed to be set to true.
public:
property System::String ^ HostGroupId { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=false, Name="hostGroupId")]
public string? HostGroupId { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=false, Name="hostGroupId")>]
member this.HostGroupId : string with get, set
Public Property HostGroupId As String
Property Value
- Attributes