LanguagePreference constructor
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
id As Integer, _
label As String _
)
'Usage
Dim id As Integer
Dim label As String
Dim instance As New LanguagePreference(id, label)
public LanguagePreference(
int id,
string label
)
Parameters
- id
Type: System.Int32
- label
Type: System.String