KeywordsEnumerator constructor
Initializes a new instance of the KeywordsEnumerator class.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
specialTerms As KeywordCollection _
)
'Usage
Dim specialTerms As KeywordCollection
Dim instance As New KeywordsEnumerator(specialTerms)
public KeywordsEnumerator(
KeywordCollection specialTerms
)
Parameters
specialTerms
Type: Microsoft.Office.Server.Search.Administration.KeywordCollectionThe KeywordCollection through which to iterate.