Share via


ServiceModuleInfo.HostGroupAllowed Property

Definition

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

Applies to