Share via


FriendlyUrl.SeoPropertyPriority property

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

value = instance.SeoPropertyPriority

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

Property value

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

Remarks

The SeoPropertyPriority property is a float value converted to a string that gives search engines the priority for crawling the FriendlyUrl object.

See also

Reference

FriendlyUrl class

FriendlyUrl members

Microsoft.SharePoint.Publishing.WebServices namespace