SubclassTypeValidatorAttribute.BaseClass Property

Definition

Gets the base type of the object being validated.

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

Property Value

The base type of the object being validated.

Applies to