ResourceObjectPendingChanges Property |
Gets the changes that are pending for this object
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic Dictionary<string, List<AttributeValueChange>> PendingChanges { get; }
Public ReadOnly Property PendingChanges As Dictionary(Of String, List(Of AttributeValueChange))
Get
public:
property Dictionary<String^, List<AttributeValueChange^>^>^ PendingChanges {
Dictionary<String^, List<AttributeValueChange^>^>^ get ();
}
Property Value
Type:
DictionaryString,
ListAttributeValueChange
See Also