Accusoft.Forms1 - Updated
DataValidationListCount Property (Reader)



Accusoft.SmartZoneICRSdk Namespace > Reader Class : DataValidationListCount Property
Returns the number of entries in the data validation list.
Syntax
Public ReadOnly Property DataValidationListCount As Integer
Dim instance As Reader
Dim value As Integer
 
value = instance.DataValidationListCount
public int DataValidationListCount {get;}
public:
property int DataValidationListCount {
   int get();
}
Remarks

This read-only property allows you get the current number of entries in the data validation list.

If the FieldType is not set to FieldType.DataValidationList, an exception will be thrown.

See Also

Reference

Reader Class
Reader Members