Partager via


SocialPostCreationData.ContentText - Propriété

Obtient ou définit le texte brut de la publication, qui peut-être inclure des jetons position d'insertion (par exemple, « aujourd'hui est anniversaire de {0}! »).

Espace de noms :  Microsoft.SharePoint.Client.Social
Assemblys :   Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll);  Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll)  Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)

Syntaxe

'Déclaration
Public Property ContentText As String
    Get
    Set
'Utilisation
Dim instance As SocialPostCreationData
Dim value As String

value = instance.ContentText

instance.ContentText = value
public string ContentText { get; set; }

Valeur de propriété

Type : System.String

Remarques

Point d'insertion position jetons sont remplacés par les éléments dans la propriété ContentItems . balises HTML ne sont pas acceptés. La longueur maximale de la publication est de 512 caractères.

Voir How to: Create and delete posts and retrieve the social feed by using the .NET client object model.

Voir aussi

Référence

SocialPostCreationData classe

SocialPostCreationData - Membres

Microsoft.SharePoint.Client.Social - Espace de noms