SocialDataOverlay.OverlayType property

Gets the overlay type.

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

Syntax

'Declaration
Public ReadOnly Property OverlayType As SocialDataOverlayType
    Get
'Usage
Dim instance As SocialDataOverlay
Dim value As SocialDataOverlayType

value = instance.OverlayType
public SocialDataOverlayType OverlayType { get; }

Property value

Type: Microsoft.SharePoint.Client.Social.SocialDataOverlayType

Remarks

Link types are specified by the SocialDataOverlayType enumeration: Link or Actors.

See also

Reference

SocialDataOverlay class

SocialDataOverlay members

Microsoft.SharePoint.Client.Social namespace