C-DEngine 5.105

TheGELFLogEntry..::.._device_id Property

Device ID (if applicable)

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

Syntax


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