Area.AppearanceDate Property

NOTE: This API is now obsolete.

Gets or sets the date on which the area appears.

Namespace:  Microsoft.SharePoint.Portal.SiteData
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property AppearanceDate As DateTime
    Get
    Set
'Usage
Dim instance As Area
Dim value As DateTime

value = instance.AppearanceDate

instance.AppearanceDate = value
[ObsoleteAttribute("This class is obsolete.")]
public DateTime AppearanceDate { get; set; }

Property Value

Type: System.DateTime
System.DateTime date on which the area appears.

Remarks

The AppearanceDate property does not apply to Keyword areas or Keyword Best Bet listings. This is not a security feature and does not affect the search behavior.

See Also

Reference

Area Class

Area Members

Microsoft.SharePoint.Portal.SiteData Namespace