# implicit operator StylePropertyName(string)

> Implicit string operator.

## Definition

* **Type:** Operator
* **Namespace:** [UnityEngine.UIElements](/engine/6000.5/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

## implicit operator StylePropertyName(StylePropertyNam)

```csharp
public static implicit operator StylePropertyName(string name)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Name of the property you want to create a new StylePropertyName with.

### Returns

| Type                                                                                             | Description |
| ------------------------------------------------------------------------------------------------ | ----------- |
| [StylePropertyName](/engine/6000.5/script-reference/unityengine/uielements/stylepropertyname.md) |             |
