SocialPost.Overlays property

Gets an array of objects that associates placeholder substrings in the post text with URIs and other data.

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

Syntax

'Declaration
Public ReadOnly Property Overlays As SocialDataOverlay()
    Get
'Usage
Dim instance As SocialPost
Dim value As SocialDataOverlay()

value = instance.Overlays
public SocialDataOverlay[] Overlays { get; }

Property value

Type: []
An array of objects that associates placeholder substrings in the post text with URIs and other data, if any exist.

See also

Reference

SocialPost class

SocialPost members

Microsoft.SharePoint.Client.Social namespace