Share via


KeywordQueryProperties.MaxUrlLength Property

Gets or sets the maximum length of the search result URL.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property MaxUrlLength As Integer
    Get
    Set
'Usage
Dim instance As KeywordQueryProperties
Dim value As Integer

value = instance.MaxUrlLength

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

Property Value

Type: System.Int32
The maximum length of the URL.

See Also

Reference

KeywordQueryProperties Class

KeywordQueryProperties Members

Microsoft.Office.Server.Search.Query Namespace