ExtenderProvidedPropertyAttribute.ReceiverType Property

Definition

Gets the type of object that can receive the property.

public:
 property Type ^ ReceiverType { Type ^ get(); };
public Type ReceiverType { get; }
public Type? ReceiverType { get; }
member this.ReceiverType : Type
Public ReadOnly Property ReceiverType As Type

Property Value

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

Applies to

See also