ProtectedConfigurationProviderCollection.Item[String] Właściwość

Definicja

ProtectedConfigurationProvider Pobiera obiekt w kolekcji o określonej nazwie.

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

Parametry

name
String

Nazwa ProtectedConfigurationProvider obiektu w kolekcji.

Wartość właściwości

Obiekt ProtectedConfigurationProvider o określonej nazwie lub null jeśli nie ma obiektu o tej nazwie.

Dotyczy

Zobacz też