共用方式為


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使用屬性來存取受保護組態數據的提供者屬性。

適用於