C-DEngine 5.105

TheServiceHostInfo..::..MyStationIP Property

If known, this holds the IP of the current instance of the C-DEngine

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

Syntax


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