SocialThread.PostReference - Propriété
Obtient le billet référencé, si le thread est un type de référence.
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 PostReference As SocialPostReference
Get
'Utilisation
Dim instance As SocialThread
Dim value As SocialPostReference
value = instance.PostReference
public SocialPostReference PostReference { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.Social.SocialPostReference
Le billet référencé, si le thread est un type de référence.
Remarques
Cette propriété est valide uniquement lorsque ThreadType est LikeReference, ReplyReference, MentionReferenceou TagReference.