Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.Office.Server.Search.Administration Namespace