Gets or sets the user token.
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:
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.