ServiceModuleInfo.HostGroupAllowed 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 a value indicating whether this service module is allowed to have a host group.
public:
property Nullable<bool> HostGroupAllowed { Nullable<bool> get(); void set(Nullable<bool> value); };
[System.Runtime.Serialization.DataMember(IsRequired=false, Name="hostGroupAllowed")]
public bool? HostGroupAllowed { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=false, Name="hostGroupAllowed")>]
member this.HostGroupAllowed : Nullable<bool> with get, set
Public Property HostGroupAllowed As Nullable(Of Boolean)
Property Value
- Attributes