WordServiceApplication.MaximumConversionAttempts Property
Gets or sets a value that specifies the maximum number of times Word Automation Services will attempt to complete a conversion before marking the conversion job as "Failed".
Namespace: Microsoft.Office.Word.Server.Service
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Property MaximumConversionAttempts As Integer
Get
Set
'Usage
Dim instance As WordServiceApplication
Dim value As Integer
value = instance.MaximumConversionAttempts
instance.MaximumConversionAttempts = value
public int MaximumConversionAttempts { get; set; }
Property Value
Type: System.Int32
Returns Int32.
Remarks
The default value for this setting is 2.