SocialThread.PostReference propriedade
Obtém a postagem referenciada, se o thread é um tipo de referência.
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 ReadOnly Property PostReference As SocialPostReference
Get
'Uso
Dim instance As SocialThread
Dim value As SocialPostReference
value = instance.PostReference
public SocialPostReference PostReference { get; }
Valor de propriedade
Tipo: Microsoft.SharePoint.Client.Social.SocialPostReference
A postagem referenciada, se o thread é um tipo de referência.
Comentários
Esta propriedade é válida somente quando ThreadType for LikeReference, ReplyReference, MentionReferenceou TagReference.