PublishingPage.Url Property
Gets the server-relative URL for PublishingPage object.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property Url As String
Get
'Usage
Dim instance As PublishingPage
Dim value As String
value = instance.Url
public string Url { get; }
Property Value
Type: System.String
The server-relative URL for this PublishingPage.
Remarks
The user must have View permissions on the PublishingPage to retrieve it and to return its property values.