Sdílet prostřednictvím


ProtectedConfigurationProviderCollection.Item[String] Vlastnost

Definice

ProtectedConfigurationProvider Získá objekt v kolekci se zadaným názvem.

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

Název objektu ProtectedConfigurationProvider v kolekci.

Hodnota vlastnosti

Objekt ProtectedConfigurationProvider se zadaným názvem nebo null pokud neexistuje žádný objekt s tímto názvem.

Platí pro

Viz také