Name Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Unique name of this variable.

Namespace: Optimization.Interfaces
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
string Name { get; set; }
Visual Basic
Property Name As String
	Get
	Set
Visual C++
property String^ Name {
	String^ get ();
	void set (String^ value);
}

See Also