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
- term
Type: Microsoft.SharePoint.Taxonomy.Term
See also
Reference
ProfileValueCollectionBase class