MetaAccessor.Type Property

Definition

Gets the type of the member accessed by this accessor.

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 type of the member.

Applies to