Share via


FriendlyUrl.Title property

Gets or sets the title of a FriendlyUrl object.

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

Syntax

'Declaration
Public Property Title As String
    Get
    Set
'Usage
Dim instance As FriendlyUrl
Dim value As String

value = instance.Title

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

Property value

Type: System.String
The title of the FriendlyUrl object.

Remarks

The Title property typically is used as the title of the page.

See also

Reference

FriendlyUrl class

FriendlyUrl members

Microsoft.SharePoint.Publishing.WebServices namespace