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 속성을 보호 된 구성 데이터에 대 한 공급자의 속성에 액세스 합니다.

적용 대상