C-DEngine 5.105

TheDeviceRegistryData..::..DeviceName Property

Host Name of the Device

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

Syntax


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