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 managed property that specifies the date to use as basis for the freshness ranking of a rank profile.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Property FreshnessManagedPropertyReference As ManagedProperty
Get
Set
'Usage
Dim instance As RankProfile
Dim value As ManagedProperty
value = instance.FreshnessManagedPropertyReference
instance.FreshnessManagedPropertyReference = value
ManagedProperty FreshnessManagedPropertyReference { get; set; }
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.ManagedProperty
A ManagedProperty object that is used as basis for the freshness ranking for the rank profile.
Remarks
This only applies to managed properties of type Datetime.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace