Spread Silverlight Documentation
Type Property (DataValidator)


Gets the criteria type of this data validator.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Overridable ReadOnly Property Type As CriteriaType
'Usage
 
Dim instance As DataValidator
Dim value As CriteriaType
 
value = instance.Type
[System.ComponentModel.DefaultValue()]
public virtual CriteriaType Type {get;}

Property Value

The criteria type of this data validator. The default value is AnyValue.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

DataValidator Class
DataValidator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.