Share via


SocialUrl.Title property

A string representing the title of the page at the address of the URL.

Namespace:  Microsoft.Office.Server.SocialData
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

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

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

Property value

Type: System.String

Remarks

When the URL has been tagged with the social tagging user interface, this string will represent the string inside the <title> tag inside the page's HTML.

See also

Reference

SocialUrl class

SocialUrl members

Microsoft.Office.Server.SocialData namespace