Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As EnterpriseManagementObjectClassHistory Dim value As Dictionary(Of ManagementPackProperty, Pair(Of EnterpriseManagementSimpleObject, EnterpriseManagementSimpleObject)) value = instance.PropertyChanges |
Syntax
Visual Basic |
---|
Public ReadOnly Property PropertyChanges As Dictionary(Of ManagementPackProperty, Pair(Of EnterpriseManagementSimpleObject, EnterpriseManagementSimpleObject)) |
C# |
---|
public Dictionary<ManagementPackProperty,Pair<EnterpriseManagementSimpleObject,EnterpriseManagementSimpleObject>> PropertyChanges { get; } |
C++ |
---|
public: property Dictionary<ManagementPackProperty^, Pair<EnterpriseManagementSimpleObject^, EnterpriseManagementSimpleObject^>^>^ PropertyChanges { Dictionary<ManagementPackProperty^, Pair<EnterpriseManagementSimpleObject^, EnterpriseManagementSimpleObject^>^>^ get (); } |
J# |
---|
/** @property */ public Dictionary<ManagementPackProperty,Pair<EnterpriseManagementSimpleObject,EnterpriseManagementSimpleObject>> get_PropertyChanges () |
JScript |
---|
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.