SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / Reader Class / DataValidationListCount Property




In This Topic
    DataValidationListCount Property (Reader)
    In This Topic
    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();
    }
    Exceptions
    ExceptionDescription
     
    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