provide Delegate
Returns the delegate of the property for the given object.
This function can be used to extend the logic of creating the object (e.g. perform validation checks) to which the property implementation is delegated.
Return
the property delegate.
Parameters
this Ref
the object for which property delegate is requested.
property
the metadata for the property.