Share via


FriendlyUrl.SeoPropertyDescription property

Gets or sets a description 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 SeoPropertyDescription As String
    Get
    Set
'Usage
Dim instance As FriendlyUrl
Dim value As String

value = instance.SeoPropertyDescription

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

Property value

Type: System.String
A description of the SEO property.

Remarks

The property is the SEO friendly description given to the FriendlyUrl object.

See also

Reference

FriendlyUrl class

FriendlyUrl members

Microsoft.SharePoint.Publishing.WebServices namespace