StandardBindingCollectionElement<TStandardBinding,TBindingConfiguration>.Properties Eigenschaft

Definition

Ruft eine ConfigurationPropertyCollection-Instanz ab, die eine Auflistung von ConfigurationProperty-Objekten enthält, die Attribute oder ConfigurationElement-Objekte dieses Konfigurationselements sein können.

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

Eigenschaftswert

Eine ConfigurationPropertyCollection-Instanz, die eine Sammlung mit ConfigurationProperty-Objekten enthält, die entweder Attribute oder ConfigurationElement-Objekte dieses Konfigurationselements sein können.

Gilt für: