C-DEngine 5.105

TSMCosting..::..Credits Property

A number of credits. Inside a solution (Same ApplicationID) the value of a Credit should be unified for better billing

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

Syntax


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