Share via


FriendlyUrl.SeoPropertyBrowserTitle property

Gets or sets a browser title for the search engine optimization (SEO) property of a FriendlyUrl object.

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

Syntax

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

value = instance.SeoPropertyBrowserTitle

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

Property value

Type: System.String
A browser title for the SEO property.

Remarks

The property is the SEO friendly browser title given to the FriendlyUrl object.

See also

Reference

FriendlyUrl class

FriendlyUrl members

Microsoft.SharePoint.Publishing.WebServices namespace