ManagedProperty.MaxIndexSize Property
Gets or sets the maximum number of KB indexed for 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 MaxIndexSize As Integer
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As Integer
value = instance.MaxIndexSize
instance.MaxIndexSize = value
int MaxIndexSize { get; set; }
Property Value
Type: System.Int32
An integer that specifies the maximum number of KB indexed for the managed property.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace