请注意:此 API 现在已过时。
Gets an object representation of the upgrade redirect uniform resource identifier (URI) of the site collection.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ObsoleteAttribute("This method is replaced by SPAlternateUrlCollection.GetRedirectUrl")> _
Public ReadOnly Property UpgradeRedirectUri As Uri
Get
用法
Dim instance As SPSite
Dim value As Uri
value = instance.UpgradeRedirectUri
[ObsoleteAttribute("This method is replaced by SPAlternateUrlCollection.GetRedirectUrl")]
public Uri UpgradeRedirectUri { get; }
属性值
类型:System.Uri
A Uri object that represents the URI.