SocialPostCreationData.ContentText propriedade
Obtém ou define o texto sem formatação da postagem, que pode incluir tokens de inserção posicionais (por exemplo, "hoje é aniversário {0}!").
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 Property ContentText As String
Get
Set
'Uso
Dim instance As SocialPostCreationData
Dim value As String
value = instance.ContentText
instance.ContentText = value
public string ContentText { get; set; }
Valor de propriedade
Tipo: System.String
Comentários
Tokens de inserção posicionais são substituídos por itens na propriedade ContentItems . marcas de HTML não são aceitas. O comprimento máximo de uma postagem é 512 caracteres.
Consulte How to: Create and delete posts and retrieve the social feed by using the .NET client object model.