FreshnessScoringFunction.Parameters Property

Required. Gets parameter values for the freshness scoring function.

Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)

Usage

'Usage
Dim instance As FreshnessScoringFunction
Dim value As FreshnessScoringParameters

value = instance.Parameters

instance.Parameters = value

Syntax

'Declaration
Public Property Parameters As FreshnessScoringParameters
public FreshnessScoringParameters Parameters { get; set; }
public:
property FreshnessScoringParameters^ Parameters {
    FreshnessScoringParameters^ get ();
    void set (FreshnessScoringParameters^ value);
}
/** @property */
public FreshnessScoringParameters get_Parameters ()

/** @property */
public void set_Parameters (FreshnessScoringParameters value)
public function get Parameters () : FreshnessScoringParameters

public function set Parameters (value : FreshnessScoringParameters)

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

FreshnessScoringFunction Class
FreshnessScoringFunction Members
Microsoft.Azure.Search.Models Namespace