ChoiceList.Remove Method
Deletes the specified vocabulary item from the choice list.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub Remove ( _
oldTerm As String _
)
'Usage
Dim instance As ChoiceList
Dim oldTerm As String
instance.Remove(oldTerm)
public void Remove(
string oldTerm
)
Parameters
- oldTerm
Type: System.String
The vocabulary item to delete.