ProviderList.GetByIndex Method

Gets the index of the by.
public IProvider GetByIndex( 
int index 
)
This language is not supported or no code example is available.
public:  
IProvider^ GetByIndex( 
int index 
)
This language is not supported or no code example is available.
public function GetByIndex( 
index : int 
) : IProvider;
This language is not supported or no code example is available.

Parameters

index
int

The index.

Return Value

IProvider

IProvider.

In this article

Definition