ProtectedConfigurationProviderCollection.Item[String] Eigenschaft

Definition

Ruft ein ProtectedConfigurationProvider-Objekt in der Auflistung mit dem angegebenen Namen ab.

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

Parameter

name
String

Der Name eines ProtectedConfigurationProvider-Objekts in der Auflistung.

Eigenschaftswert

Das ProtectedConfigurationProvider-Objekt mit dem angegebenen Namen oder null, wenn kein Objekt mit diesem Namen vorhanden ist.

Gilt für:

Weitere Informationen