'Declaration Public Function GetPropertyOwner( _ ByVal pd As PropertyDescriptor _ ) As Object
public object GetPropertyOwner( PropertyDescriptor pd )
Parameters
- pd
A property descriptor that represents the property whose owner is to be found.
Return Value
An System.Object that represents the owner of the specified property.