ValidationContext.ObjectType 属性

定义

获取要验证的对象的类型。

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

属性值

要验证的对象的类型。

适用于