Refreshes property data for a result object in Configuration Manager 2007. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As PropertyDataUpdateItem

Syntax

Visual Basic
<DebuggerDisplayAttribute("PropertyDataUpdateItem.Action: {Action}")> _
Public Class PropertyDataUpdateItem
C#
[DebuggerDisplayAttribute("PropertyDataUpdateItem.Action: {Action}")] 
public class PropertyDataUpdateItem
C++
[DebuggerDisplayAttribute(L"PropertyDataUpdateItem.Action: {Action}")] 
public ref class PropertyDataUpdateItem
J#
/** @attribute DebuggerDisplayAttribute("PropertyDataUpdateItem.Action: {Action}") */ 
public class PropertyDataUpdateItem
JScript
DebuggerDisplayAttribute("PropertyDataUpdateItem.Action: {Action}") 
public class PropertyDataUpdateItem

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.AdminConsole.PropertyDataUpdateItem

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