SPAlternateUrl.Uri property
Gets the incoming URL associated with the zone of the request as a URI.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Uri As Uri
Get
'Usage
Dim instance As SPAlternateUrl
Dim value As Uri
value = instance.Uri
public Uri Uri { get; }
Property value
Type: System.Uri
A System.Uri that represents the URI.