'Declaration
<System.Runtime.Serialization.DataMemberAttribute()> Public Property Properties As System.Collections.Generic.Dictionary(Of String,Object)
'Usage
Dim instance As EntryElementChangedArgs Dim value As System.Collections.Generic.Dictionary(Of String,Object) instance.Properties = value value = instance.Properties
[System.Runtime.Serialization.DataMember()] public System.Collections.Generic.Dictionary<string,object> Properties {get; set;}