ArcFM Responder Mobile Developer Guide
CurrentRequestContext Property






Syntax
'Declaration
 
Public Shared ReadOnly Property CurrentRequestContext As RequestContext
'Usage
 
Dim value As RequestContext
 
value = RequestContext.CurrentRequestContext
public static RequestContext CurrentRequestContext {get;}
public read-only property CurrentRequestContext: RequestContext; static; 
public static function get CurrentRequestContext : RequestContext
public: __property static RequestContext* get_CurrentRequestContext();
public:
static property RequestContext^ CurrentRequestContext {
   RequestContext^ 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