ArcFM Responder Mobile Developer Guide
Dictionary Property (PxActionData)






Syntax
'Declaration
 
Protected ReadOnly Property Dictionary As System.Collections.IDictionary
'Usage
 
Dim instance As PxActionData
Dim value As System.Collections.IDictionary
 
value = instance.Dictionary
protected System.Collections.IDictionary Dictionary {get;}
protected read-only property Dictionary: System.Collections.IDictionary; 
protected function get Dictionary : System.Collections.IDictionary
protected: __property System.Collections.IDictionary* get_Dictionary();
protected:
property System.Collections.IDictionary^ Dictionary {
   System.Collections.IDictionary^ get();
}
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

PxActionData Class
PxActionData Members

Send Feedback