SPChange.InternalUrl property
取得已變更物件的 URL。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected ReadOnly Property InternalUrl As String
Get
'用途
Dim value As String
value = Me.InternalUrl
protected string InternalUrl { get; }
Property value
Type: System.String
已變更物件的 URL。
Exceptions
Exception | Condition |
---|---|
NotSupportedException | URL 的值是DBNull。 |
備註
您可以存取此屬性只能從衍生的類別。