C-DEngine 5.105

TheNMIBaseControl..::..ForceSet Property

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

Syntax


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