←Select platform

UserToken Property

Summary

Gets or sets the user token of a job.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public string UserToken { get; set; } 
  
Public Property UserToken As String 
public: 
property String^ UserToken { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String that represents the user token of a job.

Remarks

The user token stores information related to the user that submitted the job (email address, username, user ID, etc.). For more information, refer to Understanding The LEADTOOLS Job Processor Database.

Example

For an example, refer to IJobService.GetJobInformation.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly