Get a collection of the inbound numbers that are allocated to the currently logged on user
Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property InboundNumbers As InboundNumberCollection |
| C# |
|---|
| public InboundNumberCollection InboundNumbers { get; } |
| C++ |
|---|
| public property InboundNumberCollection InboundNumbers sealed { InboundNumberCollection get(); } |
| J# |
|---|
| /** property */ public InboundNumberCollection get_InboundNumbers(); |
| JScript |
|---|
| public function get InboundNumbers() : InboundNumberCollection |