Class AddressConfigurationElement
- Namespace
- Microsoft.ServiceBus.Configuration
- Assembly
- Microsoft.ServiceBus.dll
Represents an address configuration.
public sealed class AddressConfigurationElement : ConfigurationElement
- Inheritance
-
AddressConfigurationElement
Constructors
AddressConfigurationElement()
public AddressConfigurationElement()
Properties
Value
Gets or sets the URI of the address.
public Uri Value { get; set; }
Property Value
- Uri
The URI of the address.