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 .