Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RequiredTypeValidator Class / RequiredType Property


In This Topic
RequiredType Property (RequiredTypeValidator)
In This Topic
Gets or sets the specified value's required System.Type.
Syntax
'Declaration
 
Public Property RequiredType As Type
 
'Usage
 
Dim instance As RequiredTypeValidator
Dim value As Type
 
instance.RequiredType = value
 
value = instance.RequiredType

Property Value

A System.Type value that represents the specified value's required System.Type. The default is a null reference (Nothing in Visual Basic).
See Also