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.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property ColumnURIs As String
    Get
    Set
'Usage
Dim instance As DataResultBase
Dim value As String

value = instance.ColumnURIs

instance.ColumnURIs = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
public string ColumnURIs { get; set; }

Property Value

Type: System.String
A string that represents the URIs associated with the columns.

See Also

Reference

DataResultBase Class

DataResultBase Members

Microsoft.SharePoint.Portal.WebControls Namespace