SocialTagManager.TaxonomySession Property
Gets the TaxonomySession associated with this SocialTagManager object.
Namespace: Microsoft.Office.Server.SocialData
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property TaxonomySession As TaxonomySession
Get
'Usage
Dim instance As SocialTagManager
Dim value As TaxonomySession
value = instance.TaxonomySession
public TaxonomySession TaxonomySession { get; }
Property Value
Type: Microsoft.SharePoint.Taxonomy.TaxonomySession
Remarks
This property enables you to interact with taxonomies without instantiating your own taxonomy session.