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)
Available in Sandboxed Solutions: No
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ProtectedProperty)> _
Protected ReadOnly Property InternalUrl As String
Get
'Usage
Dim value As String
value = Me.InternalUrl
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ProtectedProperty)]
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.