DataResultBase.ColumnDisplayNames Property
Gets or sets the column heading names.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property ColumnDisplayNames As String
Get
Set
'Usage
Dim instance As DataResultBase
Dim value As String
value = instance.ColumnDisplayNames
instance.ColumnDisplayNames = value
public string ColumnDisplayNames { get; set; }
Property Value
Type: System.String
A string that represents the column heading names.