adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobExecutionSettings Class / LogonSessionID Property


In This Topic
    LogonSessionID Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property LogonSessionID As Integer
    public int LogonSessionID {get; set;}
    public:
    property int LogonSessionID {
       int get();
       void set (    int value);
    }
    Remarks
    To make the job visible on the calling user's desktop, set LogonSessionID to CurrentLogonSessionID.
    See Also