ComputerTargetScope.IncludeSubgroups Property
Applies To: Windows Server Update Services
Gets or sets whether the ComputerTargetGroups property should include descendant groups.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public bool IncludeSubgroups { get; set; }
public:
property bool IncludeSubgroups {
bool get();
void set(bool value);
}
member IncludeSubgroups : bool with get, set
Public Property IncludeSubgroups As Boolean
Property Value
Type: System.Boolean
If set to true, the ComputerTargetGroups property will include descendant groups.
If set to false, the ComputerTargetGroups property will not include descendant groups.
See Also
ComputerTargetScope Class
Microsoft.UpdateServices.Administration Namespace
Return to top