SearchParameters.ScoringProfile Property
Optional. Gets or sets the name of a scoring profile to evaluate match scores for matching documents in order to sort the results.
Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Usage
'Usage
Dim instance As SearchParameters
Dim value As String
value = instance.ScoringProfile
instance.ScoringProfile = value
Syntax
'Declaration
Public Property ScoringProfile As String
public string ScoringProfile { get; set; }
public:
property String^ ScoringProfile {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_ScoringProfile ()
/** @property */
public void set_ScoringProfile (String value)
public function get ScoringProfile () : String
public function set ScoringProfile (value : String)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
SearchParameters Class
SearchParameters Members
Microsoft.Azure.Search.Models Namespace