NOT IMPLEMENTED YET. Gets or sets a value indicating whether this instance can print to console.

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

Syntax

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

Field Value

true if this instance can print; otherwise, false.

See Also