Properties Property (Connection)
.NET Property enabling access to P8 properties of the Connection object.
Property Value
P8 properties of the Connection.
Connection conn;//a valid connection
conn.Properties[Properties.Connection.DESIGNATION_PLANT] = "AP";
conn.Properties[Properties.Connection.CONNECTION_NAME] = "Connection name";
string name = conn.Properties[Properties.Connection.CONNECTION_NAME];