Gets or sets the include path.
Namespace: Cudafy.CompilersAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public string Include { get; set; } |
Visual Basic |
---|
Public Property Include As String Get Set |
Visual C++ |
---|
public: virtual property String^ Include { String^ get () sealed; void set (String^ value) sealed; } |