ProvBratnet.getCreditInfo Method

Get the available and consumed provider credits.
Public Function getCreditInfo() As Dictionary(Of String, String)
This language is not supported or no code example is available.
public Dictionary<string, string> getCreditInfo()
This language is not supported or no code example is available.

Return Value

Dictionary<string, string>
Example
 
 var bra = new ProvBratnet("bratnetUser", "bratnetPassword", "bratnetAPIKey", "arbUser", "arbKey", false);
 Dictionary<string, string> result = bra.getCreditInfo();
 					
This language is not supported or no code example is available.
 Dim bra As ProvBratnet = New ProvBratnet("bratnetUser", "bratnetPassword", "bratnetAPIKey", "arbUser", "arbKey", False)
 Dim result As Dictionary(Of String, String) = bra.getCreditInfo()
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition