SPView.Aggregations - Propriété
Obtient ou définit les références de champ pour une ou plusieurs colonnes agrégées, ou totales, utilisés dans une vue.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property Aggregations As String
Get
Set
'Utilisation
Dim instance As SPView
Dim value As String
value = instance.Aggregations
instance.Aggregations = value
public string Aggregations { get; set; }
Valeur de propriété
Type : System.String
Une chaîne de Langage CAML (Collaborative Application Markup Language) qui contient les références de champ.
Remarques
La propriété Aggregations contient une chaîne comme suit :
<FieldRef Name="_x006e_um2" Type="SUM" />
<FieldRef Name="_x004e_um1" Type="AVG" />