Namespace: Cartella.Models.Wrappers
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 ICategory[] AvailableCategories { get; set; } |
Visual Basic |
---|
Public Property AvailableCategories As ICategory() Get Set |
Visual C++ |
---|
public: virtual property array<ICategory^>^ AvailableCategories { array<ICategory^>^ get () sealed; void set (array<ICategory^>^ value) sealed; } |