C-DEngine 5.105

TheServiceHostInfo..::..EnableCosting Property

Is true if Costing per telegram is enabled on this node

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

Syntax


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