C-DEngine 5.105

TSMCosting..::..Description Property

Description what the credit was for (i.e. TSM Relay or Image Creation etc)

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

Syntax


public string Description { get; set; }
Public Property Description As String
	Get
	Set
public:
property String^ Description {
	String^ get ();
	void set (String^ value);
}