C-DEngine 5.105

TheServiceHostInfo..::..IsOutOfBrowser Property

Silverlight Only: Tells the plugins if TheBaseApplication is hosted our of browser (SLLauncher)

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool IsOutOfBrowser { get; set; }
Public Shared Property IsOutOfBrowser As Boolean
	Get
	Set
public:
static property bool^ IsOutOfBrowser {
	bool^ get ();
	void set (bool^ value);
}