ProviderFeature.ProviderConfigurationSettingNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, gets a collection with the setting names for the provider.
public:
abstract property cli::array <System::String ^> ^ ProviderConfigurationSettingNames { cli::array <System::String ^> ^ get(); };
public abstract string[] ProviderConfigurationSettingNames { get; }
member this.ProviderConfigurationSettingNames : string[]
Public MustOverride ReadOnly Property ProviderConfigurationSettingNames As String()
Property Value
A string array that contains the setting names for the provider.
Remarks
An array of setting names may include such string values as "siteMapFile", "description", or "connectionStringName". Each provider can be configured with the attributes specified in the collection.
This property is not intended to be used by IIS Manager.