C-DEngine 5.105

TheFieldType..::..IsMultipleChoice Property

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool IsMultipleChoice { get; set; }
Public Property IsMultipleChoice As Boolean
	Get
	Set
public:
property bool^ IsMultipleChoice {
	bool^ get ();
	void set (bool^ value);
}