MetadataInfo.CurrentLabel Property
Gets or sets the label of the metadata information in the current language.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property CurrentLabel As String
Get
Set
'Usage
Dim instance As MetadataInfo
Dim value As String
value = instance.CurrentLabel
instance.CurrentLabel = value
public string CurrentLabel { get; set; }
Property Value
Type: System.String
The label of the metadata information in the current language.
Remarks
The default value is null .