Gets the name.
Namespace: Cudafy.CompilersAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public string Name { get; private set; } |
Visual Basic |
---|
Public Property Name As String
Get
Private Set |
Visual C++ |
---|
public:
virtual property String^ Name {
String^ get () sealed;
private: void set (String^ value) sealed;
} |
See Also