# Update Object Properties

> `UiPath.ActiveDirectoryDomainServices.Activities.UpdateObjectProperties`

`UiPath.ActiveDirectoryDomainServices.Activities.UpdateObjectProperties`

## Description

Updates the specified properties of an object.

## Project compatibility

Windows - Legacy | Windows

## Configuration

### Common

* **DisplayName** - The display name of the activity.

### Input

* **DistinguishedName** - The distinguished name of the object.
* **Properties** - It contains two columns, the first one representing the property name and the second one its value. If the **Properties** field is set, then the **Single Property** and the **Single Property Value** fields are to be ignored.
* **SingleProperty** - Specifies the name of a specific property (e.g. "displayName"). This option is mandatory.
* **SinglePropertyValue** - Specifies the new value of the single property. A **Null** input is also accepted as a value.
* **Connection** - Establish the connection that needs to be used. There are three available options, **Auto**, **Primary**, and **Secondary**. The default option is **Auto**. When set to **Auto**, the activity tries to automatically resolve the connection from the object’s distinguished name.
  :::note
  If the **SinglePropertyValue** option is set as **Null** then it automatically clears the value set for the **SingleValue** option.
  :::

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.
