ChoiceList.Add Method
Adds a vocabulary item to the choice list.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub Add ( _
newTerm As String _
)
'Usage
Dim instance As ChoiceList
Dim newTerm As String
instance.Add(newTerm)
public void Add(
string newTerm
)
Parameters
- newTerm
Type: System.String
The new vocabulary item to add.
Remarks
Values are not case-sensitive.