Share via


ServerLink.Url Property

Gets or sets the URL to the published link.

Namespace:  [PublishedLinksService Web service]
Web service reference: http://Site/_vti_bin/PublishedLinksService.asmx

Syntax

'Declaration
Public Property Url As String
    Get
    Set
'Usage
Dim instance As ServerLink
Dim value As String

value = instance.Url

instance.Url = value
public string Url { get; set; }

Property Value

Type: System.String
The URL to the published link.

See Also

Reference

ServerLink Class

ServerLink Members

PublishedLinksService Web Service