> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/api-reference/.net-api/iqlmproductproperties/methods/getproperty.md).

# GetProperty

### Description

Gets the product property given a category and a name.

```csharp
IQlmProductProperty GetProperty(string category, string name)
```

### Parameters

| Parameter |  Type  | Description                      |
| --------- | :----: | -------------------------------- |
| category  | string | category of the product property |
| name      | string | name of the product property     |

### Return

| Type                                                                       | Description                                                              |
| -------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| [IQlmProductProperty](/docs/api-reference/.net-api/iqlmproductproperty.md) | the product property that corresponds to the specified category and name |
