







Unique name of this variable.
Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
C# |
---|
public string Name { get; set; } |
Visual Basic |
---|
Public Property Name As String Get Set |
Visual C++ |
---|
public: virtual property String^ Name { String^ get () sealed; void set (String^ value) sealed; } |