AddressConfigurationElementCollection Class

Definition

Represents a collection of elements in address configuration.

[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
Inheritance
AddressConfigurationElementCollection
Attributes

Constructors

AddressConfigurationElementCollection()

Initializes a new instance of the AddressConfigurationElementCollection class.

Properties

Addresses

Gets the addresses of the elements in the collection.

Applies to