Address Property
The 'address' attribute of the 'connection' element.

C# Syntax

[ConfigurationProperty(IsRequired=true, 
   Name="address", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsKey=false)]
public string Address {get;}