InterfaceImplementedInVersionAttribute.InterfaceType Property

Definition

Gets the type of the interface that the target type implements.

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

Property Value

The type of the interface.

Applies to