Share via


FriendlyUrl.TypeOfChange property

Gets or sets the type of change of a FriendlyUrl object as defined by the ChangeType enumeration.

Namespace:  Microsoft.SharePoint.Publishing.WebServices
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property TypeOfChange As ChangeType
    Get
    Set
'Usage
Dim instance As FriendlyUrl
Dim value As ChangeType

value = instance.TypeOfChange

instance.TypeOfChange = value
public ChangeType TypeOfChange { get; set; }

Property value

Type: Microsoft.SharePoint.Publishing.WebServices.ChangeType
The type of change of a FriendlyUrl object.

See also

Reference

FriendlyUrl class

FriendlyUrl members

Microsoft.SharePoint.Publishing.WebServices namespace