Gets a value indicating whether this instance is dummy.

Namespace: Cudafy
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170

Syntax

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

Field Value

true if this instance is dummy; otherwise, false.

See Also