Type Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Type of this variable.

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

Syntax

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

Field Value

Implements

IVariable..::..Type

See Also