SmartZone v6.1 for .NET - Updated
DataValidationListCount Property (Reader)




Accusoft.SmartZoneICR.Net Assembly > Accusoft.SmartZoneICRSdk Namespace > Reader Class : DataValidationListCount Property
Returns the number of entries in the data validation list.
Syntax
'Declaration
 
Public ReadOnly Property DataValidationListCount As Integer
'Usage
 
Dim instance As Reader
Dim value As Integer
 
value = instance.DataValidationListCount
public int DataValidationListCount {get;}
public: __property int get_DataValidationListCount();
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

Is this page helpful?
Yes No
Thanks for your feedback.