InheritanceMappingAttribute.Type プロパティ

定義

階層内のクラスの型を取得または設定します。

public:
 property Type ^ Type { Type ^ get(); void set(Type ^ value); };
public Type Type { get; set; }
member this.Type : Type with get, set
Public Property Type As Type

プロパティ値

ユーザーが指定する必要があります。 既定値はありません。

注釈

ルート型を含め、継承階層内で抽象でない型を使用します。

適用対象