ProfileValueCollectionBase.GetTaxonomyTerms method

Gets the list of terms, if this is a taxonomic property.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public Function GetTaxonomyTerms As Term()
'Usage
Dim instance As ProfileValueCollectionBase
Dim returnValue As Term()

returnValue = instance.GetTaxonomyTerms()
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public Term[] GetTaxonomyTerms()

Return value

Type: []

See also

Reference

ProfileValueCollectionBase class

ProfileValueCollectionBase members

Microsoft.Office.Server.UserProfiles namespace