NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MyWeb.RunningOnMyWeb

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;

Property Value

true if the application is executing in the MyWeb environment. false if executing in the IIS server environment. Default value is false.

See Also

MyWeb Class | MyWeb Members | System.Web Namespace