C-DEngine 5.105

nmiCtrlComboBox..::..WriteOnce Property

If true, the value can only be set ONCE. (i.e. DeviceType)

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

Syntax


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