C-DEngine 5.105

TheHistoryParameters..::..OwnerThingMID Property

The cdeMID of a TheThing 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 Nullable<Guid> OwnerThingMID { get; set; }
Public Property OwnerThingMID As Nullable(Of Guid)
	Get
	Set
public:
property Nullable<Guid^> OwnerThingMID {
	Nullable<Guid^> get ();
	void set (Nullable<Guid^> value);
}