GetProviderNames(Boolean) Method
Returns names of correctly registered providers.
'Declaration
Public Overloads Shared Function GetProviderNames( _
ByVal As Boolean _
) As ArrayList
public static ArrayList GetProviderNames(
bool
)
Parameters
- validOnly
- If true, the method returns list of correctly registered providers only. If false, returns the whole list of providers.
Return Value
A list of the names of registered providers.