SPAlternateUrl.IncomingUrl Property
Gets the incoming URL associated with the zone of the request.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property IncomingUrl As String
Get
'Usage
Dim instance As SPAlternateUrl
Dim value As String
value = instance.IncomingUrl
public string IncomingUrl { get; }
Property Value
Type: System.String
A string that contains the incoming URL.