Gets the device id.

Namespace: Cudafy.Host
Assembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172

Syntax

C#
public int DeviceId { get; internal set; }
Visual Basic
Public Property DeviceId As Integer
	Get
	Friend Set
Visual C++
public:
property int DeviceId {
	int get ();
	internal: void set (int value);
}

Field Value

The device id.

See Also