Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the maximum number or retries for the document converter.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property Retries As Integer
Get
Set
'Usage
Dim instance As SPDocumentConverter
Dim value As Integer
value = instance.Retries
instance.Retries = value
public int Retries { get; set; }
Property Value
Type: System.Int32
A 32-bit integer that specifies the maximum number of retries.
Remarks
If the value is less than the value specified by the MinAllowed()
[Retries] property, or greater than the value specified by the MaxAllowedRetries property, the Retries property throws an ArgumentException.