// The method used to output the connection properties.
public void OutputProperties() {
// output the Properties for the current synchronization
NameValueCollection properties = _cc.GetProperties();
System.Console.WriteLine(properties.ToString());
}