ManagedProperty.MaxCharactersInPropertyStoreForRetrieval property

Gets or sets the maximum number of characters persisted for this fixed-length string property.

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

Syntax

'Declaration
Public Property MaxCharactersInPropertyStoreForRetrieval As Integer
    Get
    Set
'Usage
Dim instance As ManagedProperty
Dim value As Integer

value = instance.MaxCharactersInPropertyStoreForRetrieval

instance.MaxCharactersInPropertyStoreForRetrieval = value
public int MaxCharactersInPropertyStoreForRetrieval { get; set; }

Property value

Type: System.Int32
Returns Int32.

Exceptions

Exception Condition
InvalidOperationException

If this object is not backed.

PropertyIsReadOnlyException

If this property is read only.

InvalidManagedPropertyValue

If the new value is out of range.

See also

Reference

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace