Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the URL of the changed object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property InternalUrl As String
Get
'Usage
Dim value As String
value = Me.InternalUrl
protected string InternalUrl { get; }
Property value
Type: System.String
The URL of the changed object.
Exceptions
| Exception | Condition |
|---|---|
| NotSupportedException | The value of the URL is DBNull. |
Remarks
You can access this property only from a derived class.