Share via


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 .

See also

Reference

MetadataInfo class

MetadataInfo members

Microsoft.Office.Server.Search.WebControls namespace