DataResultBase.ColumnURIs, propriété (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.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
<WebPartStorageAttribute(Storage.Shared)> _
<DefaultValueAttribute("")> _
<BrowsableAttribute(False)> _
Public Property ColumnURIs As String
'Utilisation
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; }
Valeur de la propriété
A string that represents the URIs associated with the columns.
Voir aussi
Référence
DataResultBase, classe
Membres DataResultBase
Microsoft.SharePoint.Portal.WebControls, espace de noms