# this[]

> Gets the PropertyPathPart at the given index.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Properties](/engine/6000.7/script-reference/unity/properties.md)
* **Assembly:** UnityEngine.PropertiesModule

## this\[int]

```csharp
public PropertyPathPart this[int index] { get; }
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)):&#x20;

### Returns

| Type                                                                                     | Description |
| ---------------------------------------------------------------------------------------- | ----------- |
| [PropertyPathPart](/engine/6000.7/script-reference/unity/properties/propertypathpart.md) |             |
