ProviderList.GetById Method

Gets the by identifier.
public IProvider GetById( 
int id 
)
This language is not supported or no code example is available.
public:  
IProvider^ GetById( 
int id 
)
This language is not supported or no code example is available.
public function GetById( 
id : int 
) : IProvider;
This language is not supported or no code example is available.

Parameters

id
int

The identifier.

Return Value

IProvider

IProvider.

In this article

Definition