StandardBindingElement.Properties Proprietà
Definizione
Ottiene un'istanza ConfigurationPropertyCollection che contiene una raccolta di oggetti ConfigurationProperty che possono essere attributi o oggetti ConfigurationElement di questo elemento di configurazione.Gets a ConfigurationPropertyCollection instance that contains a collection of ConfigurationProperty objects that can be attributes or ConfigurationElement objects of this configuration element.
protected:
virtual property System::Configuration::ConfigurationPropertyCollection ^ Properties { System::Configuration::ConfigurationPropertyCollection ^ get(); };
protected override System.Configuration.ConfigurationPropertyCollection Properties { get; }
member this.Properties : System.Configuration.ConfigurationPropertyCollection
Protected Overrides ReadOnly Property Properties As ConfigurationPropertyCollection
Valore della proprietà
Istanza di ConfigurationPropertyCollection contenente una raccolta di oggetti ConfigurationProperty che possono costituire attributi o oggetti ConfigurationElement di questo elemento di configurazione.A ConfigurationPropertyCollection instance that contains a collection of ConfigurationProperty objects that can be attributes or ConfigurationElement objects of this configuration element.