C-DEngine 5.105

TheServiceHostInfo..::..ForceWebPlatform Property

For debugging purposes, this flag can be set to always force output on browsers to a specific platform

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

Syntax


public eWebPlatform ForceWebPlatform { get; set; }
Public Property ForceWebPlatform As eWebPlatform
	Get
	Set
public:
property eWebPlatform^ ForceWebPlatform {
	eWebPlatform^ get ();
	void set (eWebPlatform^ value);
}