reset_property


Description:

[ Version ( since = "2.4" ) ]
public static void reset_property (Object object, string property_name)

Resets the property named property_name to its default value.

The property must be writable and must not be marked as "construct-only".

Parameters:

object

a Object

property_name

name of the property to reset