SocialDataOverlay.Index property
Gets the start index of the substring that is associated with the overlay.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property Index As Integer
Get
'Usage
Dim instance As SocialDataOverlay
Dim value As Integer
value = instance.Index
public int Index { get; }
Property value
Type: System.Int32