ProviderList.Item Property

Gets the IProvider with the specified name.
public IProvider this[ 
string name 
] {get;}
This language is not supported or no code example is available.
public:  
property IProvider^ Item[String] { 
IProvider^ get( 
String^ name 
); 
}
This language is not supported or no code example is available.
JScript suports the use of indexed properties, but not the declaration of new ones.
This language is not supported or no code example is available.

Parameters

name
string

The name.

Property Value

IProvider

IProvider.

In this article

Definition