ArcFM Responder Mobile Developer Guide
Properties Property (IUserInput)






Gets the user inputs that were edited in this user input control.
Syntax
'Declaration
 
ReadOnly Property Properties As System.Collections.IDictionary
'Usage
 
Dim instance As IUserInput
Dim value As System.Collections.IDictionary
 
value = instance.Properties
System.Collections.IDictionary Properties {get;}
read-only property Properties: System.Collections.IDictionary; 
function get Properties : System.Collections.IDictionary
__property System.Collections.IDictionary* get_Properties();
property System.Collections.IDictionary^ Properties {
   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

IUserInput Interface
IUserInput Members

Send Feedback