VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebRequestJS type / get_ActionName Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ActionName Method
    In This Topic
    Returns action name.
    Syntax
    var instance = new Vintasoft.Shared.WebRequestJS(actionName, successFunc, errorFunc, ajaxParams, isAsync);
    
    var value; // Type: string
    value = instance.get_ActionName();
    
    
    function get_ActionName() : string;
    

    Return Value

    Action name.
    Browser Compatibility
    9
    See Also