VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebImagingEnviromentJS type / get_SessionId Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SessionId Method
    In This Topic
    Gets the session identifier.
    Syntax
    var instance = new Vintasoft.Shared.WebImagingEnviromentJS();
    
    var value; // Type: string
    value = instance.get_SessionId();
    
    
    function get_SessionId() : string;
    

    Return Value

    Session ID.
    Browser Compatibility
    9
    See Also