C-DEngine 5.105

ThePropertyBag Class

ThePropertyBag is a container for dynamic properties of a Thing

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

Syntax


public class ThePropertyBag : List<string>
Public Class ThePropertyBag _
	Inherits List(Of String)
public ref class ThePropertyBag : public List<String^>

Inheritance Hierarchy


Object
  List<(Of <(<'String>)>)>
    nsCDEngine.Engines.NMIService..::..ThePropertyBag