C-DEngine 5.105

TheTRF..::..FldName Property

Name of the Field

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

Syntax


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