WebPartTransformerAttribute.ProviderType Property

Definition

Gets the Type of the interface supported by the provider connection point.

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

Property Value

The Type of the interface supported by the provider connection point.

Remarks

The ProviderType property is set through the WebPartTransformerAttribute constructor.

Applies to