MetadataInfo.ColumnDisplayName Property
Gets or sets the display 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 ColumnDisplayName As String
Get
Set
'Usage
Dim instance As MetadataInfo
Dim value As String
value = instance.ColumnDisplayName
instance.ColumnDisplayName = value
public string ColumnDisplayName { get; set; }
Property Value
Type: System.String
The display name of the column associated with the metadata information.
Remarks
The default value is null .