VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebPropertyInfoJS type / get_FullName Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_FullName Method
    In This Topic
    Gets the fully qualified property name.
    Syntax
    var instance = new Vintasoft.Shared.WebPropertyInfoJS(shortName, fullName, value, readOnly, refreshFromParent);
    
    var value; // Type: string
    value = instance.get_FullName();
    
    
    function get_FullName() : string;
    

    Return Value

    The fully qualified property name.
    Browser Compatibility
    9
    See Also