C-DEngine 5.105

TheDashPanelInfo..::..Flags Property

1=Show On Local Relay 2=Show on Cloud Relay 4=Hide on Mobile 8=Do not include with ShowAll

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

Syntax


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