Share via


SocialPost.PostType property

Gets the post type.

Namespace:  Microsoft.SharePoint.Client.Social
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property PostType As SocialPostType
    Get
'Usage
Dim instance As SocialPost
Dim value As SocialPostType

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

Property value

Type: Microsoft.SharePoint.Client.Social.SocialPostType
The post type.

See also

Reference

SocialPost class

SocialPost members

Microsoft.SharePoint.Client.Social namespace