SubclassTypeValidatorAttribute.BaseClass 属性

定义

获取所验证的对象的基类型。

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

属性值

所验证的对象的基类型。

适用于