MetadataFilterValue Constructor (String)
Initializes a new instance of the MetadataFilterValue class with the specified the term name.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
'Usage
Dim name As String
Dim instance As New MetadataFilterValue(name)
public MetadataFilterValue(
string name
)
Parameters
name
Type: System.StringThe term name.