Gets a value specifying whether the application is executing in the MyWeb environment.
[Visual Basic] Public Shared ReadOnly Property RunningOnMyWeb As Boolean [C#] public static bool RunningOnMyWeb {get;} [C++] public: __property static bool get_RunningOnMyWeb(); [JScript] public static function get RunningOnMyWeb() : Boolean;
true if the application is executing in the MyWeb environment. false if executing in the IIS server environment. Default value is false.