de la propiedad SocialPost.Text
Obtiene el texto para mostrar de la publicación.
Espacio de nombres: Microsoft.SharePoint.Client.Social
Ensamblados: Microsoft.SharePoint.Client.UserProfiles.Silverlight (en Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (en Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (en Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxis
'Declaración
Public ReadOnly Property Text As String
Get
'Uso
Dim instance As SocialPost
Dim value As String
value = instance.Text
public string Text { get; }
Valor de propiedad
Tipo: System.String
El texto de la publicación.
Comentarios
Consulte How to: Create and delete posts and retrieve the social feed by using the .NET client object model para obtener un ejemplo de cómo obtener esta propiedad.