Skip to main content
Member of ML.SDK.MLPlayer
Method

Object MLPlayer.GetProperty(string key)

 Object MLPlayer.GetProperty(string key);

Parameters

ParameterTypeDescription
keystringThe name of the property.

Returns

Object

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.