TermDetail class

Represents the detail of a term.

Inheritance hierarchy

System.Object
  WebSvcSocialDataService.TermDetail

Namespace:  WebSvcSocialDataService
Assembly:  UserProfileServices (in UserProfileServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
<XmlTypeAttribute(Namespace := "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService")> _
Public Class TermDetail
'Usage
Dim instance As TermDetail
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService")]
public class TermDetail

Remarks

A “term” is a user-defined keyword for a webpage or item on a SharePoint site or the Internet. Individual users create social tags and, by default, share them with other users.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

TermDetail members

WebSvcSocialDataService namespace