C-DEngine 5.105

TheTRF..::..TableName Property

The Table Name of the source table

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

Syntax


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