TranslationJobInfo members
Contains the information for a single translation job.
The TranslationJobInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
Canceled | Gets a Boolean value that indicates if the job is canceled. | |
CancelTime | Gets the date and time if the job is canceled. | |
JobId | Gets the unique ID of the job. | |
Name | Gets a user-defined friendly name for the translation job. | |
PartiallySubmitted | Gets a Boolean value that specifies if the job has been only partially submitted. | |
SubmittedTime | Gets the date and time the job is created. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top