RequestReceiverInfoProvider.getProviderInfo Method

Get all the VAT numbers of the providers that are connected to the entity as a list of string.
Public Function getProviderInfo() As List(Of String)
This language is not supported or no code example is available.
public List<string> getProviderInfo()
This language is not supported or no code example is available.

Return Value

List<string>
Example
 
 List<string> ls = rqd.getProviderInfo();
 					
This language is not supported or no code example is available.
 Dim ls As List(Of String) = rqd.getProviderInfo()
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition