ProtectedProviderSettings.Properties Eigenschap
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee haalt u een ConfigurationPropertyCollection verzameling op die de eigenschappen van de providers voor de beveiligde configuratiegegevens vertegenwoordigt.
protected public:
virtual property System::Configuration::ConfigurationPropertyCollection ^ Properties { System::Configuration::ConfigurationPropertyCollection ^ get(); };
protected:
virtual property System::Configuration::ConfigurationPropertyCollection ^ Properties { System::Configuration::ConfigurationPropertyCollection ^ get(); };
protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get; }
protected override System.Configuration.ConfigurationPropertyCollection Properties { get; }
member this.Properties : System.Configuration.ConfigurationPropertyCollection
Protected Friend Overrides ReadOnly Property Properties As ConfigurationPropertyCollection
Protected Overrides ReadOnly Property Properties As ConfigurationPropertyCollection
Waarde van eigenschap
Een ConfigurationPropertyCollection die de eigenschappen van de providers voor de beveiligde configuratiegegevens vertegenwoordigt.
Opmerkingen
Gebruik de Providers eigenschap voor toegang tot de eigenschappen van de providers voor beveiligde configuratiegegevens.