VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebEnumItemBaseJS type / getAllAvailableValues Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    getAllAvailableValues Метод
    В этом разделе
    Returns values of all enumeration elements.
    Синтаксис
    var instance = new Vintasoft.Shared.WebEnumItemBaseJS();
    
    var value; // Type: object[]
    value = instance.getAllAvailableValues();
    
    
    function getAllAvailableValues() : object[];
    

    Return Value

    Values of all enumeration elements.
    Смотрите также