VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebPropertyInfoJS type / get_ReadOnly Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    get_ReadOnly Метод
    В этом разделе
    Gets a value indicating whether the property is read-only.
    Синтаксис
    var instance = new Vintasoft.Shared.WebPropertyInfoJS(shortName, fullName, value, readOnly, refreshFromParent);
    
    var value; // Type: boolean
    value = instance.get_ReadOnly();
    
    
    function get_ReadOnly() : boolean;
    

    Return Value

    True - propert is read-only; False - property is read-write.
    Смотрите также