RankingParameter.Value property

Gets or sets the ranking parameter value.

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

Syntax

'Declaration
Public Property Value As Single
    Get
    Set
'Usage
Dim instance As RankingParameter
Dim value As Single

value = instance.Value

instance.Value = value
public float Value { get; set; }

Property value

Type: System.Single
A floating-point number that specifies the parameter value.

See also

Reference

RankingParameter class

RankingParameter members

Microsoft.Office.Server.Search.Administration namespace