property_name


Description:

[ NoAccessorMethod ]
public string property_name { construct; }

The name of the property to wrap on the object.

The property must exist on the passed-in object and it must be readable and writable (and not construct-only).