Get the available credits that this user has
Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property AvailableCredits As Integer |
| C# |
|---|
| public int AvailableCredits { get; } |
| C++ |
|---|
| public property int AvailableCredits sealed { int get(); } |
| J# |
|---|
| /** property */ public int get_AvailableCredits(); |
| JScript |
|---|
| public function get AvailableCredits() : int |
Property Value
An integer showing the available message credits for the user
Exceptions
| Exception Type | Condition |
|---|---|
| ApiDeveloperException | Thrown if a user has not been logged on prior to call to method |
| ApiConnectivityException | Thrown if unable to connect to the web server |