public new ConnectionPropertyList Properties {get;}
public: new property ConnectionPropertyList^ Properties { ConnectionPropertyList^ get(); }
public new ConnectionPropertyList Properties {get;}
public: new property ConnectionPropertyList^ Properties { ConnectionPropertyList^ get(); }
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];