ProtectedConfigurationProviderCollection.Item[String] Eigenschap

Definitie

Hiermee haalt u een ProtectedConfigurationProvider object op in de verzameling met de opgegeven naam.

public:
 property System::Configuration::ProtectedConfigurationProvider ^ default[System::String ^] { System::Configuration::ProtectedConfigurationProvider ^ get(System::String ^ name); };
public System.Configuration.ProtectedConfigurationProvider this[string name] { get; }
member this.Item(string) : System.Configuration.ProtectedConfigurationProvider
Default Public ReadOnly Property Item(name As String) As ProtectedConfigurationProvider

Parameters

name
String

De naam van een ProtectedConfigurationProvider object in de verzameling.

Waarde van eigenschap

Het ProtectedConfigurationProvider object met de opgegeven naam of null als er geen object met die naam is.

Van toepassing op

Zie ook