Get / Set multiple values properties

Namespace:  Hyleos.Chemistry.IO
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public bool MultipleValues { get; set; }
Visual Basic (Declaration)
Public Property MultipleValues As Boolean
Visual C++
public:
property bool MultipleValues {
	bool get ();
	void set (bool value);
}

Remarks

If one column has multiple values this is set as true

See Also