C-DEngine 5.105

TheDeviceRegistryData..::..DeviceType Property

Type of Device

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

Syntax


public string DeviceType { get; set; }
Public Property DeviceType As String
	Get
	Set
public:
property String^ DeviceType {
	String^ get ();
	void set (String^ value);
}