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使用 属性访问受保护配置数据的提供程序的属性。

适用于