VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImagingEnviromentJS type / set_SessionId Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
    set_SessionId Метод
    В этом разделе
    Sets the session identifier.
    Синтаксис
    var instance = new Vintasoft.Shared.WebImagingEnviromentJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_SessionId(value);
    
    
    function set_SessionId(
    value
    The session identifier. Identifier can contain only latin letters, numbers, "_" and "-" symbols.
    : string
    ) : any;

    Parameters

    value
    The session identifier. Identifier can contain only latin letters, numbers, "_" and "-" symbols.
    Исключения
    ИсключениеОписание
    Thrown if session identifier is initialized already.
    Thrown if session identifier has unsupported format.
    Смотрите также