Compartir a través de


: DataResultBase.ColumnURIs (Propiedad) (Microsoft.SharePoint.Portal.WebControls)

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.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<WebPartStorageAttribute(Storage.Shared)> _
<DefaultValueAttribute("")> _
<BrowsableAttribute(False)> _
Public Property ColumnURIs As String
'Uso
Dim instance As DataResultBase
Dim value As String

value = instance.ColumnURIs

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

Valor de propiedad

A string that represents the URIs associated with the columns.

Vea también

Referencia

DataResultBase (Clase)
DataResultBase (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)