Share via


FriendlyUrl.SeoPropertyName property

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

value = instance.SeoPropertyName

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

Property value

Type: System.String
The SEO property name.

Remarks

The property is the SEO-friendly name given to the FriendlyUrl object.

See also

Reference

FriendlyUrl class

FriendlyUrl members

Microsoft.SharePoint.Publishing.WebServices namespace