NOT IMPLEMENTED YET. Gets or sets a value indicating whether this instance can print to console.
Namespace: CudafyAssembly: 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); } |