System.Net.Configuration.ConnectionManagementSection.ConnectionManagementSection C# (CSharp) Method

ConnectionManagementSection() public method

public ConnectionManagementSection ( ) : System.Configuration
return System.Configuration
        public ConnectionManagementSection() 
        {
            this.properties.Add(this.connectionManagement);
        }
ConnectionManagementSection