...
Parameter name | Type | Required | Description |
---|---|---|---|
user | String | Yes | Username or userkey to get the property for. |
property | String | yes | Key of the property. |
Return type
string
Returns the value of the specified property. If the user does not have the property, it will return an empty string.
...