# this[]

> The global variable group that matches name.

## Definition

* **Type:** Property
* **Namespace:** [Unity.SmartStrings.Extensions](/engine/6000.7/script-reference/unity/smartstrings/extensions.md)
* **Assembly:** UnityEngine.SmartStringsModule

## this\[string]

```csharp
public VariablesGroupAsset this[string name] { get; set; }
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The name of the group to return.

### Returns

| Type                                                                                                                 | Description                                                    |
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| [VariablesGroupAsset](/engine/6000.7/script-reference/unity/smartstrings/persistentvariables/variablesgroupasset.md) | The global variable group registered under the specified name. |
