ArcFM Responder Mobile Developer Guide
Dictionary Property (IMMPxTask2)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678275)>
Property Dictionary As IDictionary
'Usage
 
Dim instance As IMMPxTask2
Dim value As IDictionary
 
instance.Dictionary = value
 
value = instance.Dictionary
[System.Runtime.InteropServices.DispId(1610678275)]
IDictionary Dictionary {get; set;}
read-write property Dictionary: IDictionary; 
System.Runtime.InteropServices.DispIdAttribute(1610678275)
function get,set Dictionary : IDictionary
[System.Runtime.InteropServices.DispId(1610678275)]
__property IDictionary* get_Dictionary();
__property void set_Dictionary( 
   IDictionary* value
);
[System.Runtime.InteropServices.DispId(1610678275)]
property IDictionary^ Dictionary {
   IDictionary^ get();
   void set (    IDictionary^ value);
}
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

IMMPxTask2 Interface
IMMPxTask2 Members

Send Feedback