Namespace: Cartella.SalesForce
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public DataCategory[] topCategories { get; set; } |
Visual Basic |
---|
Public Property topCategories As DataCategory() Get Set |
Visual C++ |
---|
public: property array<DataCategory^>^ topCategories { array<DataCategory^>^ get (); void set (array<DataCategory^>^ value); } |