Share via


SourceRecord.MaximumResponseLength property

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

Syntax

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

value = instance.MaximumResponseLength

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

Property value

Type: System.Int32

Implements

ISource.MaximumResponseLength

See also

Reference

SourceRecord class

SourceRecord members

Microsoft.Office.Server.Search.Administration.Query namespace