Share via


FriendlyUrl.SeoPropertyKeywords property

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

value = instance.SeoPropertyKeywords

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

Property value

Type: System.String
The keywords for the SEO property.

Remarks

The SeoPropertyKeywords property provides the SEO keywords given to the FriendlyUrl object.

See also

Reference

FriendlyUrl class

FriendlyUrl members

Microsoft.SharePoint.Publishing.WebServices namespace