AreaListing.Status 属性 (Microsoft.SharePoint.Portal.SiteData)

The values of the AreaListing.Status property have changed. In Microsoft Office SharePoint Portal Server 2003, AreaListing.Status had four values—Pending, Approved, Rejected, and Archived. In Microsoft Office SharePoint Server 2007, listings are based on Windows SharePoint Services 3.0 list items. List items do not support expiration and appearance dates and do not have an equivalent moderation status for Archived. In Office SharePoint Server 2007, Expired listings have Rejected status, listings yet to appear have Pending status, and Archived listings have Rejected status.

命名空间: Microsoft.SharePoint.Portal.SiteData
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Property Status As ListingStatus
用法
Dim instance As AreaListing
Dim value As ListingStatus

value = instance.Status

instance.Status = value
public ListingStatus Status { get; set; }

另请参阅

参考

AreaListing 类
AreaListing 成员
Microsoft.SharePoint.Portal.SiteData 命名空间