C-DEngine 5.105

TheServiceHostInfo..::..NodeName Property

Allows to give the node a friendly name.

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

Syntax


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