Compartilhar via


SocialPost.PostType propriedade

Obtém o tipo de 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 PostType As SocialPostType
    Get
'Uso
Dim instance As SocialPost
Dim value As SocialPostType

value = instance.PostType
public SocialPostType PostType { get; }

Valor de propriedade

Tipo: Microsoft.SharePoint.Client.Social.SocialPostType
O tipo de postagem.

Ver também

Referência

SocialPost classe

SocialPost membros

Microsoft.SharePoint.Client.Social namespace