DataResultBase.ColumnURIs Property
Gets or sets the Uniform Resource Identifiers (URIs) associated with the columns. This enables you to choose the property on which the column will sort.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property ColumnURIs As String
Get
Set
'Usage
Dim instance As DataResultBase
Dim value As String
value = instance.ColumnURIs
instance.ColumnURIs = value
public string ColumnURIs { get; set; }
Property Value
Type: System.String
A string that represents the URIs associated with the columns.