ArcFM Responder Mobile Developer Guide
Properties Property (IUserInputManager)






Syntax
'Declaration
 
ReadOnly Property Properties As System.Collections.Generic.IDictionary(Of String,Object)
'Usage
 
Dim instance As IUserInputManager
Dim value As System.Collections.Generic.IDictionary(Of String,Object)
 
value = instance.Properties
System.Collections.Generic.IDictionary<string,object> Properties {get;}
read-only property Properties: System.Collections.Generic.IDictionary; 
function get Properties : System.Collections.Generic.IDictionary
__property System.Collections.Generic.IDictionary<string*,Object*>* get_Properties();
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

IUserInputManager Interface
IUserInputManager Members

Send Feedback