Share via


IndexPropagationTask.MaxDocumentId Property

Gets the integer that uniquely identifies the crawled item.

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

Syntax

'Declaration
Public Property MaxDocumentId As Integer
    Get
    Friend Set
'Usage
Dim instance As IndexPropagationTask
Dim value As Integer

value = instance.MaxDocumentId
public int MaxDocumentId { get; internal set; }

Property Value

Type: System.Int32
The ID of the crawled item.

See Also

Reference

IndexPropagationTask Class

IndexPropagationTask Members

Microsoft.Office.Server.Search.Administration Namespace