IUpdateServerConfiguration.TargetingMode Property
Gets or sets the current targeting mode.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
/** @property */ TargetingMode get_TargetingMode () /** @property */ void set_TargetingMode (TargetingMode value)
function get TargetingMode () : TargetingMode function set TargetingMode (value : TargetingMode)
Property Value
For possible values, see TargetingMode, which specifies either server-side or client-side targeting.| Exception type | Condition |
|---|---|
| ArgumentOutOfRangeException | The specified mode is not valid. |
If the server determines the group to which the client belongs, use IComputerTargetGroup to add a client to a group.
If the client determines the group to which it belongs, use Group Policy or registry settings on the client computer to specify the group. For details, see the WSUS 3.0 Deployment Guide.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2