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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPAlternateUrl Class

SPAlternateUrl Members

Microsoft.SharePoint.Administration Namespace