ExtenderProvidedPropertyAttribute::ReceiverType Property

 

Gets the type of object that can receive the property.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
property Type^ ReceiverType {
	Type^ get();
}

Property Value

Type: System::Type^

A Type describing the type of object that can receive the property.

.NET Framework
Available since 1.1
Return to top
Show: