ProfileValueCollectionBase.RemoveTaxonomyTerm Method

Removes a taxonomy term from the collection, 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 Sub RemoveTaxonomyTerm ( _
    term As Term _
)
'Usage
Dim instance As ProfileValueCollectionBase
Dim term As Term

instance.RemoveTaxonomyTerm(term)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public void RemoveTaxonomyTerm(
    Term term
)

Parameters

See Also

Reference

ProfileValueCollectionBase Class

ProfileValueCollectionBase Members

Microsoft.Office.Server.UserProfiles Namespace