C-DEngine 5.105

TheISBRequest..::..DeviceID Property

Device ID of the node

Namespace:  nsCDEngine.Communication
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);
}