C-DEngine 5.105

nmiCtrlYesNo..::..InlcudeNA Property

If set to true, a "N/A" option is added

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

Syntax


public Nullable<bool> InlcudeNA { get; set; }
Public Property InlcudeNA As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> InlcudeNA {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}