SocialThread.Id propriedade
Obtém o identificador exclusivo do segmento.
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 SocialThread
Dim value As String
value = instance.Id
public string Id { get; }
Valor de propriedade
Tipo: System.String
O identificador exclusivo do segmento.
Comentários
A ID do thread é o mesmo valor que a ID da postagem de raiz do segmento.