Gets or sets the cuda source code.

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

Syntax

C#
public string CudaSourceCode { get; set; }
Visual Basic
Public Property CudaSourceCode As String
	Get
	Set
Visual C++
public:
property String^ CudaSourceCode {
	String^ get ();
	void set (String^ value);
}

Field Value

The cuda source code.

See Also