C-DEngine 5.105

TheThing..::..cdeRequiresCustomConfig Property

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

Syntax


public bool cdeRequiresCustomConfig { get; set; }
Public Property cdeRequiresCustomConfig As Boolean
	Get
	Set
public:
property bool^ cdeRequiresCustomConfig {
	bool^ get ();
	void set (bool^ value);
}