ProtectedProviderSettings.Properties プロパティ

定義

保護された構成データのプロバイダーのプロパティを表す 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 使用して、保護された構成データのプロバイダーのプロパティにアクセスします。

適用対象