C-DEngine 5.105

nmiCtrlWizard..::..Flags Property

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

Syntax


public Nullable<int> Flags { get; set; }
Public Property Flags As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int^> Flags {
	Nullable<int^> get ();
	void set (Nullable<int^> value);
}