MetadataFilterValue.TermInfoList Field
Specifies the list of term information with the same name.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public TermInfoList As List(Of MetadataInfo)
'Usage
Dim instance As MetadataFilterValue
Dim value As List(Of MetadataInfo)
value = instance.TermInfoList
instance.TermInfoList = value
public List<MetadataInfo> TermInfoList