> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Property (JSON)

> Property (JSON)

# Property (JSON)

Contains property data provided by the client for matchmaking request criteria.

<a id="ID4EN" />

## Property

The Property object has the following specification.

| Member | Type                  | Description                                                                                  |
| ------ | --------------------- | -------------------------------------------------------------------------------------------- |
| id     | string                | An id for this property.                                                                     |
| type   | 32-bit signed integer | Type of the property. Supported values are: <ul><li>0 = integer</li><li>1 = string</li></ul> |
| value  | string                | Value of this property.                                                                      |

<a id="ID4EGC" />

## Sample JSON syntax

```json theme={null}
{
    "id":"1",
    "value":"20",
    "type":0
}

```

<a id="ID4EPC" />

## See also

<a id="ID4ERC" />

##### Parent

[JavaScript Object Notation (JSON) Object Reference](/reference/live/rest/json/atoc-xboxlivews-reference-json)


## Related topics

- [XblMultiplayerSessionDeleteCustomPropertyJson](/ja-jp/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessiondeletecustompropertyjson.md)
- [XblMultiplayerSessionCurrentUserDeleteCustomPropertyJson](/ko/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessioncurrentuserdeletecustompropertyjson.md)
- [XblMultiplayerSessionCurrentUserSetCustomPropertyJson](/ko/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessioncurrentusersetcustompropertyjson.md)
- [XblMultiplayerEventArgsPropertiesJson](/reference/live/xsapi-c/multiplayer_manager_c/functions/xblmultiplayereventargspropertiesjson.md)
- [XblMultiplayerManagerLobbySessionPropertiesJson](/ja-jp/reference/live/xsapi-c/multiplayer_manager_c/functions/xblmultiplayermanagerlobbysessionpropertiesjson.md)
