ProtectedProviderSettings.Properties プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
保護された構成データのプロバイダーのプロパティを表す ConfigurationPropertyCollection コレクションを取得します。
protected:
virtual property System::Configuration::ConfigurationPropertyCollection ^ Properties { System::Configuration::ConfigurationPropertyCollection ^ get(); };
protected public:
virtual property System::Configuration::ConfigurationPropertyCollection ^ Properties { System::Configuration::ConfigurationPropertyCollection ^ get(); };
protected override System.Configuration.ConfigurationPropertyCollection Properties { get; }
protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get; }
member this.Properties : System.Configuration.ConfigurationPropertyCollection
Protected Overrides ReadOnly Property Properties As ConfigurationPropertyCollection
Protected Friend Overrides ReadOnly Property Properties As ConfigurationPropertyCollection
プロパティ値
保護された構成データのプロバイダーのプロパティを表す ConfigurationPropertyCollection。
注釈
プロパティを Providers 使用して、保護された構成データのプロバイダーのプロパティにアクセスします。