AddressConfigurationElementCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET