C-DEngine 5.105

TheHistoryParameters..::..OwnerThing Property

The Thing that owns this history registration: used for diagnostics/management purposes and cleaning up registration when things are deleted

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

Syntax


public TheThing OwnerThing { get; set; }
Public Property OwnerThing As TheThing
	Get
	Set
public:
property TheThing^ OwnerThing {
	TheThing^ get ();
	void set (TheThing^ value);
}