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