Defines update actions in Configuration Manager 2007 for a PropertyDataUpdateItem object. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As PropertyDataUpdateAction

Syntax

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

Members

Member name Description
Delete Delete action.
Move Move action.
New New action.
None No action.
RefreshAll Refresh all action.
Update Update action.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also