TranslationJobInfo.CancelTime property
Namespace: Microsoft.Office.Client.TranslationServices
Assembly: Microsoft.Office.Client.TranslationServices (in Microsoft.Office.Client.TranslationServices.dll)
Syntax
'Declaration
Public ReadOnly Property CancelTime As DateTime
Get
'Usage
Dim instance As TranslationJobInfo
Dim value As DateTime
value = instance.CancelTime
public DateTime CancelTime { get; }
Property value
Type: System.DateTime