MetaType.Type Property

Definition

When overridden in a derived class, gets the underlying common language runtime (CLR) type.

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

Property Value

The associated CLR type.

Applies to