RankProfile.FreshnessResolution Property
Gets or sets the freshness resolution for the rank profile. Freshness resolution is specified as DateTimeResolutionType.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Property FreshnessResolution As DateTimeResolutionType
Get
Set
'Usage
Dim instance As RankProfile
Dim value As DateTimeResolutionType
value = instance.FreshnessResolution
instance.FreshnessResolution = value
DateTimeResolutionType FreshnessResolution { get; set; }
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.DateTimeResolutionType
An DateTimeResolutionType enumerator that specifies the freshness resolution.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace