Namespace: Cartella.Models.EditForm
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public Dictionary<string, Object> Attributes { get; set; } |
Visual Basic |
---|
Public Property Attributes As Dictionary(Of String, Object) Get Set |
Visual C++ |
---|
public: property Dictionary<String^, Object^>^ Attributes { Dictionary<String^, Object^>^ get (); void set (Dictionary<String^, Object^>^ value); } |