Gets the action to use in the update. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As PropertyDataUpdateItem
Dim value As PropertyDataUpdateAction

value = instance.Action

Syntax

Visual Basic
Public ReadOnly Property Action As PropertyDataUpdateAction
C#
public PropertyDataUpdateAction Action { get; }
C++
public:
property PropertyDataUpdateAction Action {
		PropertyDataUpdateAction get ();
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public PropertyDataUpdateAction get_Action ()
JScript
DebuggerStepThroughAttribute 
public function get Action () : PropertyDataUpdateAction

Property Value

PropertyDataUpdateAction enumeration value.

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.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also