# Get Python Object

> `UiPath.Python.Activities.GetObject`

`UiPath.Python.Activities.GetObject`

This activity is used to get the.NET data type from a Python object.

It can only be used inside the **Python Scope** activity.

## Properties

### Common

* **DisplayName** - The display name of the activity. This field supports only `String` variables.

### Input

* **Python Object** - The Python object to extract the value from. This field supports only `PythonObject` variables.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.
* **TypeArgument** - The .NET data type you want to get from the `PythonObject` variable. By default, it is set to `Object`. All data types available in Studio are supported.

### Output

* **Result** - The .NET type variable selected in the **TypeArgument** property corresponding to the Python object.
