JAMS Developer Guide
Properties Property (EntryElementChangedArgs)


MVPSI.JAMS Namespace > EntryElementChangedArgs Class : Properties Property
Gets collection of properties that were updated
Syntax
'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;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntryElementChangedArgs Class
EntryElementChangedArgs Members