ArcFM Responder Mobile Developer Guide
Properties Property (RequestContext)






Syntax
'Declaration
 
Public ReadOnly Property Properties As System.Collections.IDictionary
'Usage
 
Dim instance As RequestContext
Dim value As System.Collections.IDictionary
 
value = instance.Properties
public System.Collections.IDictionary Properties {get;}
public read-only property Properties: System.Collections.IDictionary; 
public function get Properties : System.Collections.IDictionary
public: __property System.Collections.IDictionary* get_Properties();
public:
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

RequestContext Class
RequestContext Members

Send Feedback