C-DEngine 5.105

TheThingStore..::..ThingMetaData Property

Optional TheThing that provides meta data about the thing to which this update corresponds: full set of properties and their types etc. Used commonly when replicating thing updates across nodes to ensure proper type information

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

Syntax


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