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)

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.

See also

Reference

SPAlternateUrl class

SPAlternateUrl members

Microsoft.SharePoint.Administration namespace