# MarkupProperty

Struct in [Yarn.Markup](https://docs.yarnspinner.dev/api/csharp/yarn.markup)

Inherits from `System.ValueType`

## Summary

A property associated with a [MarkupAttribute](https://docs.yarnspinner.dev/api/csharp/yarn.markup/yarn.markup.markupattribute) .

```csharp
public struct MarkupProperty
```

## Remarks

You do not create instances of this struct yourself. It is created by objects that can parse markup, such as [LineParser](https://docs.yarnspinner.dev/api/csharp/yarn.markup/yarn.markup.lineparser) .

## Properties

| Name                                                                                                                     | Description                     |
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------- |
| [Name](https://docs.yarnspinner.dev/api/csharp/yarn.markup/yarn.markup.markupproperty/yarn.markup.markupproperty.name)   | Gets the name of the property.  |
| [Value](https://docs.yarnspinner.dev/api/csharp/yarn.markup/yarn.markup.markupproperty/yarn.markup.markupproperty.value) | Gets the value of the property. |

## See Also

* Yarn.Markup.LineParser.ParseString(System.String,System.String,System.Boolean,System.Boolean,System.Boolean):
