Content.RetryLimit property

Gets or sets the time-out value.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property RetryLimit As Integer
    Get
    Set
'Usage
Dim instance As Content
Dim value As Integer

value = instance.RetryLimit

instance.RetryLimit = value
public int RetryLimit { get; set; }

Property value

Type: System.Int32
A 32-bit integer representing the time-out value.

See also

Reference

Content class

Content members

Microsoft.Office.Server.Search.Administration namespace