Share via


FriendlyUrl.SeoPropertyTitle property

Gets or sets the title of 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 SeoPropertyTitle As String
    Get
    Set
'Usage
Dim instance As FriendlyUrl
Dim value As String

value = instance.SeoPropertyTitle

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

Property value

Type: System.String
The title of the SEO property.

Remarks

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

See also

Reference

FriendlyUrl class

FriendlyUrl members

Microsoft.SharePoint.Publishing.WebServices namespace