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

UserToken Property (Metadata)

Show in webframe





Gets or sets the user token of a job.
Syntax
public string UserToken {get; set;}
'Declaration
 
Public Property UserToken As String
'Usage
 
Dim instance As Metadata
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 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 Cloud Database.

Example
For an example, refer to IJobService.GetJobInformation.
Requirements

Target Platforms

See Also

Reference

Metadata Class
Metadata Members
Programming with Leadtools Cloud SDK
Creating Cloud Worker Assemblies
Understanding The LEADTOOLS Cloud Database
GetJobInformation Method

 

 


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