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

Gets or sets the URL of the listing. In Microsoft Office SharePoint Server 2007, this property always returns the full URL of the list item, even if you specified a server-relative URL when setting the property.

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

语法

声明
Public Property URL As String
用法
Dim instance As AreaListing
Dim value As String

value = instance.URL

instance.URL = value
public string URL { get; set; }

属性值

Always returns the full URL.

另请参阅

参考

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