Get the additional properties of the Section.
Namespace: Cartella.InterfacesAssembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
Dictionary<string, string> AdditionalProperties { get; } |
| Visual Basic |
|---|
ReadOnly Property AdditionalProperties As Dictionary(Of String, String) Get |
| Visual C++ |
|---|
property Dictionary<String^, String^>^ AdditionalProperties { Dictionary<String^, String^>^ get (); } |