C-DEngine 5.105

TheRequestData..::..DeviceID Property

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

Syntax


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