SocialPostCreationData.UpdateStatusText - Propriété
Obtient ou définit une valeur qui détermine si du contenu en texte brut de l'envoi doit remplacer le texte d'état de l'utilisateur.
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 UpdateStatusText As Boolean
Get
Set
'Utilisation
Dim instance As SocialPostCreationData
Dim value As Boolean
value = instance.UpdateStatusText
instance.UpdateStatusText = value
public bool UpdateStatusText { get; set; }
Valeur de propriété
Type : System.Boolean