Share via


FriendlyUrl.SearchUrl property

Gets or sets the search URL of a FriendlyUrl object.

Namespace:  Microsoft.SharePoint.Publishing.WebServices
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property SearchUrl As String
    Get
    Set
'Usage
Dim instance As FriendlyUrl
Dim value As String

value = instance.SearchUrl

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

Property value

Type: System.String
The search URL of a FriendlyUrl object.

Remarks

The SearchUrl property is an representation of the search URL that SharePoint Server uses internally.

See also

Reference

FriendlyUrl class

FriendlyUrl members

Microsoft.SharePoint.Publishing.WebServices namespace