SubclassTypeValidatorAttribute(Type) Constructor

Definition

Initializes a new instance of the SubclassTypeValidatorAttribute class.

public:
 SubclassTypeValidatorAttribute(Type ^ baseClass);
public SubclassTypeValidatorAttribute (Type baseClass);
new System.Configuration.SubclassTypeValidatorAttribute : Type -> System.Configuration.SubclassTypeValidatorAttribute
Public Sub New (baseClass As Type)

Parameters

baseClass
Type

The base class type.

Remarks

You use this constructor in the attributed model to ensure that the value assigned to the related property is a base class.

Applies to