Share via


EnterpriseManagementObjectClassHistory.PropertyChanges Property

Gets a dictionary of all properties and the value change history of those properties.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As EnterpriseManagementObjectClassHistory
Dim value As Dictionary(Of ManagementPackProperty, Pair(Of EnterpriseManagementSimpleObject, EnterpriseManagementSimpleObject))

value = instance.PropertyChanges

Syntax

'Declaration
Public ReadOnly Property PropertyChanges As Dictionary(Of ManagementPackProperty, Pair(Of EnterpriseManagementSimpleObject, EnterpriseManagementSimpleObject))
public Dictionary<ManagementPackProperty,Pair<EnterpriseManagementSimpleObject,EnterpriseManagementSimpleObject>> PropertyChanges { get; }
public:
property Dictionary<ManagementPackProperty^, Pair<EnterpriseManagementSimpleObject^, EnterpriseManagementSimpleObject^>^>^ PropertyChanges {
    Dictionary<ManagementPackProperty^, Pair<EnterpriseManagementSimpleObject^, EnterpriseManagementSimpleObject^>^>^ get ();
}
/** @property */
public Dictionary<ManagementPackProperty,Pair<EnterpriseManagementSimpleObject,EnterpriseManagementSimpleObject>> get_PropertyChanges ()
public function get PropertyChanges () : Dictionary<ManagementPackProperty,Pair<EnterpriseManagementSimpleObject,EnterpriseManagementSimpleObject>>

Property Value

Returns Dictionary.

Remarks

The dictionary of properties.

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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

EnterpriseManagementObjectClassHistory Class
EnterpriseManagementObjectClassHistory Members
Microsoft.EnterpriseManagement.Common Namespace