SocialData.Title property
Obtém o título da peça de dados sociais.
Namespace: Microsoft.Office.Server.SocialData
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaração
Public ReadOnly Property Title As String
Get
'Uso
Dim instance As SocialData
Dim value As String
value = instance.Title
public string Title { get; }
Property value
Type: System.String