Defines values for the refresh type of a collection. The values correspond to the values for the RefreshType property in the Configuration Manager 2007 software distribution SMS_Collection Server WMI Class. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As CollectionRefreshType

Syntax

Visual Basic
Public Enumeration CollectionRefreshType
C#
public enum CollectionRefreshType
C++
public enum class CollectionRefreshType
J#
public enum CollectionRefreshType
JScript
public enum CollectionRefreshType

Members

Member name Description
Manual See the MANUAL value for RefreshType in SMS_Collection Server WMI Class.
Periodic See the PERIODIC value for RefreshType in SMS_Collection Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also