Table of Contents

Class AddressConfigurationElementCollection

Namespace
Microsoft.ServiceBus.Configuration
Assembly
Microsoft.ServiceBus.dll

Represents a collection of elements in address configuration.

public sealed class AddressConfigurationElementCollection : ConfigurationElementCollection
Inheritance
AddressConfigurationElementCollection

Constructors

AddressConfigurationElementCollection()

Initializes a new instance of the AddressConfigurationElementCollection class.

public AddressConfigurationElementCollection()

Properties

Addresses

Gets the addresses of the elements in the collection.

public IEnumerable<Uri> Addresses { get; }

Property Value

IEnumerable<Uri>

The addresses of the elements in the collection.

ElementName

protected override string ElementName { get; }

Property Value

string

Methods

CreateNewElement()

protected override ConfigurationElement CreateNewElement()

Returns

ConfigurationElement

GetElementKey(ConfigurationElement)

protected override object GetElementKey(ConfigurationElement element)

Parameters

element ConfigurationElement

Returns

object

IsElementName(string)

protected override bool IsElementName(string elementName)

Parameters

elementName string

Returns

bool