VirtualTypeBuilder.BaseType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the base type from which the virtual type is derived.
public:
property Type ^ BaseType { Type ^ get(); void set(Type ^ value); };
public:
property Platform::Type ^ BaseType { Platform::Type ^ get(); void set(Platform::Type ^ value); };
public Type BaseType { get; set; }
member this.BaseType : Type with get, set
Public Property BaseType As Type
Property Value
A Type that represents a base type from which the virtual type is derived.
Exceptions
The value passed is null
.
The type passed has a UnderlyingSystemType that differs from the type, or if the type passed is a virtual type.