Returns the SPAlternateUrl object in the farm whose incoming URL matches the specified URI parameter.
Public Shared Function Lookup ( _ uri As Uri _ ) As SPAlternateUrl
Dim uri As Uri Dim returnValue As SPAlternateUrl returnValue = SPAlternateUrl.Lookup(uri)
public static SPAlternateUrl Lookup( Uri uri )