Share via


AppConfigReader.GetProviderServices(String) Method

Definition

Gets the specified provider services from the configuration.

public string GetProviderServices (string invariantName);
member this.GetProviderServices : string -> string
Public Function GetProviderServices (invariantName As String) As String

Parameters

invariantName
String

The invariant name of the provider services.

Returns

The provider services type name, or null if not found.

Applies to