PropertyDataUpdateItem.Action Property
Gets the action to use in the update.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As PropertyDataUpdateItem
Dim value As PropertyDataUpdateAction
value = instance.Action
Syntax
'Declaration
Public ReadOnly Property Action As PropertyDataUpdateAction
public PropertyDataUpdateAction Action { get; }
public:
property PropertyDataUpdateAction Action {
PropertyDataUpdateAction get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public PropertyDataUpdateAction get_Action ()
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
Reference
PropertyDataUpdateItem Class
PropertyDataUpdateItem Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
PropertyDataUpdateAction Enumeration