Namespace: Cartella.Models
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, string> MiscData { get; set; } |
Visual Basic |
---|
Public Property MiscData As Dictionary(Of String, String) Get Set |
Visual C++ |
---|
public: property Dictionary<String^, String^>^ MiscData { Dictionary<String^, String^>^ get (); void set (Dictionary<String^, String^>^ value); } |