C-DEngine 5.105

TheClientInfo..::..WebPlatform Property

WebPlatform of the requesting Client

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

Syntax


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