C-DEngine 5.105

TheHistoryParameters..::..OwnerName Property

Friendly Name of the consumer, for diagnostics purposes. This name will also be used as part of the file name of any buffers/stores

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

Syntax


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