ComputerTargetScope Class
Applies To: Windows Server Update Services
Defines the scope that can be used to filter a list of computer targets.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Inheritance Hierarchy
System.Object
Microsoft.UpdateServices.Administration.ComputerTargetScope
Syntax
public class ComputerTargetScope
public ref class ComputerTargetScope
type ComputerTargetScope = class end
Public Class ComputerTargetScope
Constructors
Name | Description | |
---|---|---|
ComputerTargetScope() | Initializes a new instance of the ComputerTargetScope class. |
Properties
Name | Description | |
---|---|---|
ComputerTargetGroups | Gets the list of target groups to search. |
|
ExcludedInstallationStates | Gets or sets the installation states to exclude. |
|
FromLastReportedStatusTime | Gets or sets the earliest reported status time. |
|
FromLastSyncTime | Gets or sets the earliest last synchronization time to search for. |
|
IncludedInstallationStates | Gets or sets the update installation states to search for. |
|
IncludeDownstreamComputerTargets | Gets or sets whether or not clients of a downstream server, not clients of this server, should be included. |
|
IncludeSubgroups | Gets or sets whether the ComputerTargetGroups property should include descendant groups. |
|
NameIncludes | Gets or sets a name to search for. |
|
OSFamily | Gets or sets the operating system family for which to search. |
|
RequestedTargetGroupNames | Gets the collection of requested target group names to search for. |
|
ToLastReportedStatusTime | Gets or sets the latest last reported status time to search for. |
|
ToLastSyncTime | Gets or sets the latest last synchronization time to search for. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top