Get a list of the available market sectors that a customer can be registered against
Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property MarketSectors As MarketSectorCollection |
| C# |
|---|
| public MarketSectorCollection MarketSectors { get; } |
| C++ |
|---|
| public property MarketSectorCollection MarketSectors sealed { MarketSectorCollection get(); } |
| J# |
|---|
| /** property */ public MarketSectorCollection get_MarketSectors(); |
| JScript |
|---|
| public function get MarketSectors() : MarketSectorCollection |
Property Value
The list of all available market sectors
Exceptions
| Exception Type | Condition |
|---|---|
| ApiConnectivityException | Thrown when there is an issue with internet connectivity. |
| ApiExecutionException | Thrown when an issue obtaining the market sectors. |