Type Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Type of this variable.

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

Syntax

C#
VariableType Type { get; set; }
Visual Basic
Property Type As VariableType
	Get
	Set
Visual C++
property VariableType Type {
	VariableType get ();
	void set (VariableType value);
}

See Also