CustomBindingElement.Properties Vlastnost

Definice

Načte ConfigurationPropertyCollection instanci obsahující kolekci ConfigurationProperty objektů, které mohou být atributy nebo ConfigurationElement objekty tohoto elementu konfigurace.

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

Hodnota vlastnosti

ConfigurationPropertyCollection

ConfigurationPropertyCollectionInstance, která obsahuje kolekci ConfigurationProperty objektů, které mohou být atributy nebo ConfigurationElement objekty tohoto elementu konfigurace.

Platí pro