C-DEngine 5.105

TheEventLogData..::..StationName Property

The ORG or Name of the node/station/host the event happend on

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

Syntax


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