ConfigurationElement.Properties Propiedad

Definición

Obtiene la colección de propiedades.

protected:
 virtual property System::Configuration::ConfigurationPropertyCollection ^ Properties { System::Configuration::ConfigurationPropertyCollection ^ get(); };
protected public:
 virtual property System::Configuration::ConfigurationPropertyCollection ^ Properties { System::Configuration::ConfigurationPropertyCollection ^ get(); };
protected virtual System.Configuration.ConfigurationPropertyCollection Properties { get; }
protected internal virtual System.Configuration.ConfigurationPropertyCollection Properties { get; }
member this.Properties : System.Configuration.ConfigurationPropertyCollection
Protected Overridable ReadOnly Property Properties As ConfigurationPropertyCollection
Protected Friend Overridable ReadOnly Property Properties As ConfigurationPropertyCollection

Valor de propiedad

La clase ConfigurationPropertyCollection de propiedades correspondiente al elemento.

Ejemplos

Para ver un ejemplo que muestra cómo usar la Properties propiedad , consulte la ConfigurationProperty clase .

Comentarios

La Properties propiedad, también denominada contenedor de propiedades, contiene todas las propiedades (atributos) que se aplican al elemento .

Se aplica a

Consulte también