ManagedProperty.LengthNormalization 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. It does not take effect on ranking, please use RankingModel class.")> _
Public Property LengthNormalization As Single
    Get
    Set
'Usage
Dim instance As ManagedProperty
Dim value As Single

value = instance.LengthNormalization

instance.LengthNormalization = value
[ObsoleteAttribute("This property is deprecated. It does not take effect on ranking, please use RankingModel class.")]
public float LengthNormalization { get; set; }

Property value

Type: System.Single

See also

Reference

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace