WordServiceApplication.MaximumConversionTime Property
Gets or sets a value that indicates the length of time that a conversion can execute before it is terminated.
Namespace: Microsoft.Office.Word.Server.Service
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Property MaximumConversionTime As TimeSpan
Get
Set
'Usage
Dim instance As WordServiceApplication
Dim value As TimeSpan
value = instance.MaximumConversionTime
instance.MaximumConversionTime = value
public TimeSpan MaximumConversionTime { get; set; }
Property Value
Type: System.TimeSpan
Returns TimeSpan.
Remarks
The default value is 10 minutes.