次の方法で共有


AddressConfigurationElementCollection クラス

定義

アドレス構成の要素のコレクションを表します。

[System.Configuration.ConfigurationCollection(typeof(Microsoft.ServiceBus.Configuration.AddressConfigurationElement), AddItemName="address", CollectionType=System.Configuration.ConfigurationElementCollectionType.BasicMap)]
public sealed class AddressConfigurationElementCollection : System.Configuration.ConfigurationElementCollection
[<System.Configuration.ConfigurationCollection(typeof(Microsoft.ServiceBus.Configuration.AddressConfigurationElement), AddItemName="address", CollectionType=System.Configuration.ConfigurationElementCollectionType.BasicMap)>]
type AddressConfigurationElementCollection = class
    inherit ConfigurationElementCollection
Public NotInheritable Class AddressConfigurationElementCollection
Inherits ConfigurationElementCollection
継承
AddressConfigurationElementCollection
属性

コンストラクター

AddressConfigurationElementCollection()

AddressConfigurationElementCollection クラスの新しいインスタンスを初期化します。

プロパティ

Addresses

コレクション内の要素のアドレスを取得します。

適用対象