Compartilhar via


SocialPost.Text propriedade

Obtém o texto de exibição da postagem.

Namespace:  Microsoft.SharePoint.Client.Social
Assemblies:   Microsoft.SharePoint.Client.UserProfiles.Silverlight (em Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll);  Microsoft.SharePoint.Client.UserProfiles.Phone (em Microsoft.SharePoint.Client.UserProfiles.Phone.dll)  Microsoft.SharePoint.Client.UserProfiles (em Microsoft.SharePoint.Client.UserProfiles.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.String
O texto de exibição da postagem.

Comentários

Consulte How to: Create and delete posts and retrieve the social feed by using the .NET client object model para obter um exemplo de como obter essa propriedade.

Ver também

Referência

SocialPost classe

SocialPost membros

Microsoft.SharePoint.Client.Social namespace