ProtectedConfigurationProviderCollection.Item[String] Propriedade

Definição

Obtém um objeto ProtectedConfigurationProvider na coleção com o nome especificado.

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

Parâmetros

name
String

O nome de um objeto ProtectedConfigurationProvider na coleção.

Valor da propriedade

O ProtectedConfigurationProvider objeto com o nome especificado ou null se não houver nenhum objeto com esse nome.

Aplica-se a

Confira também