Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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