Custom properties to attach to this Element
Namespace: Composite.C1Console.ElementsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public Dictionary<string, string> PropertyBag { get; } |
Visual Basic |
---|
Public ReadOnly Property PropertyBag As Dictionary(Of String, String) Get |
Visual C++ |
---|
public: property Dictionary<String^, String^>^ PropertyBag { Dictionary<String^, String^>^ get (); } |