Content.RetryLimit property
Obtém ou define o valor de tempo limite.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property RetryLimit As Integer
Get
Set
'Uso
Dim instance As Content
Dim value As Integer
value = instance.RetryLimit
instance.RetryLimit = value
public int RetryLimit { get; set; }
Property value
Type: System.Int32
Um inteiro de 32 bits que representa o valor de tempo limite.