ArcFM Responder Mobile Developer Guide
InnerHashtable Property (PxActionData)






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