_sFPUrl.Url Field
A string specifying the server relative URL of a folder, document or page.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
Public Url As String
'Usage
Dim instance As _sFPUrl
Dim value As String
value = instance.Url
instance.Url = value
public string Url
Remarks
Instead of specifying every piece of a URL that fully defines how to find an object, a URL can be abbreviated to make it "relative" to a current location. Relative URLs are typically used when creating a Web site in which the pages in it refer to other pages within the Web site.