# Rating

The rating property, allows you to create a set amount of stars and the editor will be able to set them by clicking on them

<figure><img src="https://417697475-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVr2cbdfxDGZK1u2Fd59w%2Fuploads%2F8wlJDLK6C2sm8Sriujct%2Frating.png?alt=media&#x26;token=29675bfd-4a1d-47a2-8791-08135734633e" alt=""><figcaption></figcaption></figure>

#### Example of getting value on page

```csharp
(Content!.GetValue<int>("PropertyAliasHere"))
```
