Gets or sets the link type: a link to a document, site, or website, a user mention, or a tag reference.
命名空间: Microsoft.SharePoint.Client.Social
程序集: Microsoft.SharePoint.Client.UserProfiles.Silverlight(位于 Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll 中); Microsoft.SharePoint.Client.UserProfiles.Phone(位于 Microsoft.SharePoint.Client.UserProfiles.Phone.dll 中) Microsoft.SharePoint.Client.UserProfiles(位于 Microsoft.SharePoint.Client.UserProfiles.dll 中)
语法
声明
Public Property ItemType As SocialDataItemType
Get
Set
用法
Dim instance As SocialDataItem
Dim value As SocialDataItemType
value = instance.ItemType
instance.ItemType = value
public SocialDataItemType ItemType { get; set; }
属性值
类型:Microsoft.SharePoint.Client.Social.SocialDataItemType
备注
Item types are specified by the SocialDataItemType enumeration: User, Document, Site, Tag, and Link.