SearchOptions.ScoringParameters Property

Definition

The list of parameter values to be used in scoring functions (for example, referencePointParameter) using the format name-values. For example, if the scoring profile defines a function with a parameter called 'mylocation' the parameter string would be "mylocation--122.2,44.8" (without the quotes).

public System.Collections.Generic.IList<string> ScoringParameters { get; }
member this.ScoringParameters : System.Collections.Generic.IList<string>
Public ReadOnly Property ScoringParameters As IList(Of String)

Property Value

Applies to