Share via


AreaListing.AppearanceDate Property

NOTE: This API is now obsolete.

Gets or sets the date on which the area listing 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 AreaListing
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 object that represents the date on which the area listing appears.

Remarks

The AppearanceDate property does not apply to Keyword areas or Keyword Best Bet listings.

See Also

Reference

AreaListing Class

AreaListing Members

Microsoft.SharePoint.Portal.SiteData Namespace