C-DEngine 5.105

TheServiceHostInfoMini..::..RequiresConfiguration Property

If this is set to true, the C-DEngine is not completely configured, yet. For example no ScopeID has been issued for the current node. This is not critical for the run-time of the C-DEngine and is user mainly by Application Configuration Plugins such as the Factory-Relay.

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

Syntax


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