SubclassTypeValidatorAttribute.BaseClass プロパティ

定義

検証されるオブジェクトの基本型を取得します。

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

プロパティ値

検証されるオブジェクトの基本型。

適用対象