LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)
LEAD Technologies, Inc

UserToken Property (AddJobRequest)






Gets or sets the user token.
Syntax
public string UserToken {get; set;}
'Declaration
 
Public Property UserToken As String
'Usage
 
Dim instance As AddJobRequest
Dim value As String
 
instance.UserToken = value
 
value = instance.UserToken
public string UserToken {get; set;}
 get_UserToken();
set_UserToken(value);
public:
property String^ UserToken {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String that represents the user token. The user token can be used to store any information related to the client that submitted the job. For more information, refer to Understanding The LEADTOOLS Cloud Database.
Example
For an example, refer to Leadtools.Services.Cloud.ServiceContracts.IJobService.AddJob(Leadtools.Services.Cloud.DataContracts.AddJobRequest).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AddJobRequest Class
AddJobRequest Members
Programming with Leadtools Cloud SDK
Understanding The LEADTOOLS Cloud Database
AddJob Method

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.