SocialPost.Text - Propriété
Obtient le texte d'affichage du billet.
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 ReadOnly Property Text As String
Get
'Utilisation
Dim instance As SocialPost
Dim value As String
value = instance.Text
public string Text { get; }
Valeur de propriété
Type : System.String
Texte d'affichage du billet.
Remarques
Voir How to: Create and delete posts and retrieve the social feed by using the .NET client object model pour obtenir un exemple de l'obtention de cette propriété.