SocialLink.Text property
Gets or sets the link's display text.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Property Text As String
Get
Set
'Usage
Dim instance As SocialLink
Dim value As String
value = instance.Text
instance.Text = value
public string Text { get; set; }
Property value
Type: System.String
The display text for the link.