C-DEngine 5.105

TheNMIBaseControl..::..EngineName Property

Tells the NMI Engine what Plugins the control is in

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

Syntax


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