bool MLPlayer.PropertyExists(string key)
7/14/25Less than 1 minute
Member of ML.SDK.MLPlayer
Method
bool MLPlayer.PropertyExists(string key)
bool MLPlayer.PropertyExists(string key);Parameters
| Parameter | Type | Description |
|---|---|---|
| key | string | the name of the property |
Returns
True if the property is defined.
Summary
Checks if a custom property is defined. This does not guarantee that the value of the property is valid.

