> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/3.1/api/csharp/yarn.markup/yarn.markup.markupproperty.md).

# MarkupProperty

Struct in [Yarn.Markup](/3.1/api/csharp/yarn.markup.md)

Inherits from `System.ValueType`

## Summary

A property associated with a [MarkupAttribute](/3.1/api/csharp/yarn.markup/yarn.markup.markupattribute.md) .

```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](/3.1/api/csharp/yarn.markup/yarn.markup.lineparser.md) .

## Properties

| Name                                                                                                | Description                     |
| --------------------------------------------------------------------------------------------------- | ------------------------------- |
| [Name](/3.1/api/csharp/yarn.markup/yarn.markup.markupproperty/yarn.markup.markupproperty.name.md)   | Gets the name of the property.  |
| [Value](/3.1/api/csharp/yarn.markup/yarn.markup.markupproperty/yarn.markup.markupproperty.value.md) | Gets the value of the property. |

## See Also

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