.NET Framework Class Library
ProviderCollection Properties
The ProviderCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
Count | Gets the number of providers in the collection. |
|
IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). |
|
Item | Gets the provider with the specified name. |
|
SyncRoot | Gets the current object. |
See Also