ManagedProperty.LengthNormalization Property
NOTE: This API is now obsolete.
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