C-DEngine 5.105

TheServiceHostInfo..::..MyStationName Property

Friendly name of the current Node/Station. Uses the MyStationURL if not set

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

Syntax


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