ManagedProperty.MaxResultSize Property
Gets or sets the maximum number of KB that are used for the result of a managed property. This is only applicable for managed properties of type text.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Property MaxResultSize As Integer
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As Integer
value = instance.MaxResultSize
instance.MaxResultSize = value
int MaxResultSize { get; set; }
Property Value
Type: System.Int32
An integer that specifies the maximum number of KB used for the result of the managed property.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace