SocialDataItem.ItemType property

Gets or sets the link type: a link to a document, site, or website, a user mention, or a tag reference.

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

Syntax

'Declaration
Public Property ItemType As SocialDataItemType
    Get
    Set
'Usage
Dim instance As SocialDataItem
Dim value As SocialDataItemType

value = instance.ItemType

instance.ItemType = value
public SocialDataItemType ItemType { get; set; }

Property value

Type: Microsoft.SharePoint.Client.Social.SocialDataItemType

Remarks

Item types are specified by the SocialDataItemType enumeration: User, Document, Site, Tag, and Link.

See also

Reference

SocialDataItem class

SocialDataItem members

Microsoft.SharePoint.Client.Social namespace