获取已更改对象的 URL。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected ReadOnly Property InternalUrl As String
Get
用法
Dim value As String
value = Me.InternalUrl
protected string InternalUrl { get; }
属性值
类型:System.String
已更改对象的 URL。
异常
| 异常 | 条件 |
|---|---|
| NotSupportedException | URL 的值是DBNull。 |
备注
只能从派生类,可以访问此属性。