LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)

UserToken Property (GetClientJobsRequest)

Show in webframe





Gets or sets the user token for a job.
Syntax
public string UserToken {get; set;}
'Declaration
 
Public Property UserToken As String
'Usage
 
Dim instance As GetClientJobsRequest
Dim value As String
 
instance.UserToken = value
 
value = instance.UserToken

            

            
public:
property String^ UserToken {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String that represents the user token for the client. Any information related to the user that submitted a job (email address, username, user ID, etc) can be stored in the user token. For more information, refer to Understanding The LEADTOOLS Cloud Database.
Example
For an example, refer to Leadtools.Services.Cloud.ServiceContracts.IJobService.GetClientJobs(Leadtools.Services.Cloud.DataContracts.GetClientJobsRequest).
Requirements

Target Platforms

See Also

Reference

GetClientJobsRequest Class
GetClientJobsRequest Members
Programming with Leadtools Cloud SDK
Understanding The LEADTOOLS Cloud Database
GetClientJobs Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.