ConnectionElement Class
The 'connection' element structure.

C# Syntax

public class ConnectionElement : System.Configuration.ConfigurationElement 
Inheritance Hierarchy

System.Object
   System.Configuration.ConfigurationElement
      HP.LFT.SDK.Configuration.ConnectionElement

Public Constructors
Public Properties
 NameDescription
Public PropertyAddressThe 'address' attribute of the 'connection' element.  
Public PropertyConnectThe 'connect' element of the 'connection' section.  
Public PropertyCurrentConfiguration(Inherited from System.Configuration.ConfigurationElement)
Public PropertyElementInformation(Inherited from System.Configuration.ConfigurationElement)
Public PropertyLockAllAttributesExcept(Inherited from System.Configuration.ConfigurationElement)
Public PropertyLockAllElementsExcept(Inherited from System.Configuration.ConfigurationElement)
Public PropertyLockAttributes(Inherited from System.Configuration.ConfigurationElement)
Public PropertyLockElements(Inherited from System.Configuration.ConfigurationElement)
Public PropertyLockItem(Inherited from System.Configuration.ConfigurationElement)
Public PropertyResponseThe 'response' element of the 'connection' section.  
Top
Public Methods