ArcFM Responder Mobile Developer Guide
Properties Property (UserInputManager)






Property used to specify additional information, as well as to pass certain data between invoker and executor
Syntax
'Declaration
 
Public ReadOnly Property Properties As System.Collections.Generic.IDictionary(Of String,Object)
'Usage
 
Dim instance As UserInputManager
Dim value As System.Collections.Generic.IDictionary(Of String,Object)
 
value = instance.Properties
public System.Collections.Generic.IDictionary<string,object> Properties {get;}
public read-only property Properties: System.Collections.Generic.IDictionary; 
public function get Properties : System.Collections.Generic.IDictionary
public: __property System.Collections.Generic.IDictionary<string*,Object*>* get_Properties();
public:
property System.Collections.Generic.IDictionary<String^,Object^>^ Properties {
   System.Collections.Generic.IDictionary<String^,Object^>^ 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

UserInputManager Class
UserInputManager Members

Send Feedback