Specifies the name of this node.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual string Name { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property Name As String |
Visual C++ |
---|
public: virtual property String^ Name { String^ get (); void set (String^ value); } |