VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebPropertyInfoJS type / get_RefreshFromParent Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_RefreshFromParent Method
    In This Topic
    Gets a value indicating whether the property value can be changed only using the parent property.
    Syntax
    var instance = new Vintasoft.Shared.WebPropertyInfoJS(shortName, fullName, value, readOnly, refreshFromParent);
    
    var value; // Type: boolean
    value = instance.get_RefreshFromParent();
    
    
    function get_RefreshFromParent() : boolean;
    

    Return Value

    True - parent property must be used for changing value of this property; False - property has function that allows to change the property value.
    Browser Compatibility
    9
    See Also