Share via


MetadataInfo.ColumnInternalName property

Gets or sets the internal name of the column associated with the metadata information.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property ColumnInternalName As String
    Get
    Set
'Usage
Dim instance As MetadataInfo
Dim value As String

value = instance.ColumnInternalName

instance.ColumnInternalName = value
public string ColumnInternalName { get; set; }

Property value

Type: System.String
The internal name of the column associated with the metadata information.

Remarks

The default value is null .

See also

Reference

MetadataInfo class

MetadataInfo members

Microsoft.Office.Server.Search.WebControls namespace