IReflect.UnderlyingSystemType Property

Definition

Gets the underlying type that represents the IReflect object.

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

Property Value

The underlying type that represents the IReflect object.

Applies to

See also