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
System_CAPS_pubmethod ComputerTargetScope()

Initializes a new instance of the ComputerTargetScope class.

Properties

Name Description
System_CAPS_pubproperty ComputerTargetGroups

Gets the list of target groups to search.

System_CAPS_pubproperty ExcludedInstallationStates

Gets or sets the installation states to exclude.

System_CAPS_pubproperty FromLastReportedStatusTime

Gets or sets the earliest reported status time.

System_CAPS_pubproperty FromLastSyncTime

Gets or sets the earliest last synchronization time to search for.

System_CAPS_pubproperty IncludedInstallationStates

Gets or sets the update installation states to search for.

System_CAPS_pubproperty IncludeDownstreamComputerTargets

Gets or sets whether or not clients of a downstream server, not clients of this server, should be included.

System_CAPS_pubproperty IncludeSubgroups

Gets or sets whether the ComputerTargetGroups property should include descendant groups.

System_CAPS_pubproperty NameIncludes

Gets or sets a name to search for.

System_CAPS_pubproperty OSFamily

Gets or sets the operating system family for which to search.

System_CAPS_pubproperty RequestedTargetGroupNames

Gets the collection of requested target group names to search for.

System_CAPS_pubproperty ToLastReportedStatusTime

Gets or sets the latest last reported status time to search for.

System_CAPS_pubproperty ToLastSyncTime

Gets or sets the latest last synchronization time to search for.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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