Share via


FriendlyUrl.SeoPropertyChangeFrequency property

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

value = instance.SeoPropertyChangeFrequency

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

Property value

Type: System.String
Change frequency of the SEO property.

Remarks

The SeoPropertyChangeFrequency property tells the Internet search engines how frequently the FriendlyUrl object must be crawled.

See also

Reference

FriendlyUrl class

FriendlyUrl members

Microsoft.SharePoint.Publishing.WebServices namespace