Member of ML.SDK.MLPlayer
Method
Object MLPlayer.GetProperty(string key)
Object MLPlayer.GetProperty(string key);
Parameters
Parameter | Type | Description |
---|---|---|
key | string | The name of the property. |
Returns
The value of the property
Summary
Returns the value of the custom property. Returns null in case if the property does not exist or the value is invalid.
Use ML.SDK.MLPlayer.PropertyExists function to check if the property is defined. It might take some time before for newly defined property to propagate between all clients.