Share via


CoreResultsWebPart.DateView Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.SharePoint.Search.WebControls
Assembly: Microsoft.SharePoint.Search (in microsoft.sharepoint.search.dll)

Syntax

'Declaration
<ResourcesAttribute("SearchResults_CRDateView", "SearchResults_CR", "SearchResults_CRDateView_ToolTip")> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<CategoryAttribute("Results Display/Views")> _
Public Property DateView As Boolean
'Usage
Dim instance As CoreResultsWebPart
Dim value As Boolean

value = instance.DateView

instance.DateView = value
[ResourcesAttribute("SearchResults_CRDateView", "SearchResults_CR", "SearchResults_CRDateView_ToolTip")] 
[PersonalizableAttribute(PersonalizationScope.Shared)] 
[CategoryAttribute("Results Display/Views")] 
public bool DateView { get; set; }

See Also

Reference

CoreResultsWebPart Class
CoreResultsWebPart Members
Microsoft.SharePoint.Search.WebControls Namespace