CoClassAttribute.CoClass Property

Definition

Gets the class identifier of the original coclass.

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

Property Value

A Type containing the class identifier of the original coclass.

Applies to