SocialPost.PreferredImageUri property

Gets the URI of the preferred image for the post.

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

Syntax

'Declaration
Public ReadOnly Property PreferredImageUri As String
    Get
'Usage
Dim instance As SocialPost
Dim value As String

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

Property value

Type: System.String
The URI of the preferred image for the post.

See also

Reference

SocialPost class

SocialPost members

Microsoft.SharePoint.Client.Social namespace