Share via


SharePointSearchRuntime.MaxUrlLength property

Gets or sets the maximum number of characters in the URL for a search result.

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

Syntax

'Declaration
Public Property MaxUrlLength As Integer
    Get
    Set
'Usage
Dim instance As SharePointSearchRuntime
Dim value As Integer

value = instance.MaxUrlLength

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

Property value

Type: System.Int32
The maximum number of characters in the URL.

See also

Reference

SharePointSearchRuntime class

SharePointSearchRuntime members

Microsoft.Office.Server.Search.Query namespace