VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebPropertyInfoJS type / get_ReadOnly Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ReadOnly Method
    In This Topic
    Gets a value indicating whether the property is read-only.
    Syntax
    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.
    Browser Compatibility
    9
    See Also