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

ID Property (GetJobInformationRequest)

Show in webframe





Gets or sets the ID (Guid) of a job to retrieve the information for.
Syntax
public string ID {get; set;}
'Declaration
 
Public Property ID As String
'Usage
 
Dim instance As GetJobInformationRequest
Dim value As String
 
instance.ID = value
 
value = instance.ID

            

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

Property Value

A System.String that represents the ID (Guid) of a job to retrieve the information for.
Example
For an example, refer to IJobService.GetJobInformation.
Requirements

Target Platforms

See Also

Reference

GetJobInformationRequest Class
GetJobInformationRequest Members
GetJobInformation Method

 

 


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