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