Compartilhar via


SocialPost.Id propriedade

Obtém o identificador exclusivo da postagem.

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 Id As String
    Get
'Uso
Dim instance As SocialPost
Dim value As String

value = instance.Id
public string Id { get; }

Valor de propriedade

Tipo: System.String
Identificador exclusivo da postagem.

Comentários

A identificação da postagem de raiz do segmento é o mesmo valor que a ID do thread.

Ver também

Referência

SocialPost classe

SocialPost membros

Microsoft.SharePoint.Client.Social namespace