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