ManagedProperty.MaxCharactersInPropertyStoreNonIndex property

NOTE: This API is now obsolete.

This property is deprecated and should not be used.

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

Syntax

'Declaration
<ObsoleteAttribute("This property is deprecated.")> _
Public Property MaxCharactersInPropertyStoreNonIndex As Integer
    Get
    Set
'Usage
Dim instance As ManagedProperty
Dim value As Integer

value = instance.MaxCharactersInPropertyStoreNonIndex

instance.MaxCharactersInPropertyStoreNonIndex = value
[ObsoleteAttribute("This property is deprecated.")]
public int MaxCharactersInPropertyStoreNonIndex { get; set; }

Property value

Type: System.Int32
Returns Int32.

See also

Reference

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace