Connection.removeAttribute

Removes a user-defined attribute with the specified key.

@param key The key of the attribute we want to remove @return The old value of the attribute. <tt>null</tt> if not found.

  1. Object removeAttribute(string key)
    interface Connection
    Object
    removeAttribute
    (
    string key
    )
  2. bool removeAttribute(string key, Object value)

Meta