RankingParameter.Name Property
Gets the name of the ranking parameter.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property Name As String
Get
'Usage
Dim instance As RankingParameter
Dim value As String
value = instance.Name
public string Name { get; }
Property Value
Type: System.String
A string that contains the name.
See Also
Reference
Microsoft.Office.Server.Search.Administration Namespace