Language

ProtectedConfigurationProviderCollection.Item[String] プロパティ

定義

指定した名前のコレクション内の ProtectedConfigurationProvider オブジェクトを取得します。

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

パラメーター

name
String

コレクション内の ProtectedConfigurationProvider オブジェクトの名前。

プロパティ値

指定した名前の ProtectedConfigurationProvider オブジェクト。その名前のオブジェクトがない場合は null 。

適用対象

こちらもご覧ください