Gets the type of the cudafy attribute.

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

Syntax

C#
public eCudafyType CudafyType { get; private set; }
Visual Basic
Public Property CudafyType As eCudafyType
	Get
	Private Set
Visual C++
public:
property eCudafyType CudafyType {
	eCudafyType get ();
	private: void set (eCudafyType value);
}

Field Value

The type of the cudafy.

See Also