View.Aggregations - Propriété
Gets or sets a value that specifies fields and functions that define totals shown in a list view.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property Aggregations As String
Get
Set
'Utilisation
Dim instance As View
Dim value As String
value = instance.Aggregations
instance.Aggregations = value
public string Aggregations { get; set; }
Valeur de propriété
Type : System.String
Returns a String instance representing the . fields and functions that define totals shown in a list view.
Remarques
It must be une référence Null (Rien dans Visual Basic) or an XML fragment that conforms to the following XML schema:<xs:sequence><xs:element name="FieldRef" type="FieldRefDefinitionAggregation" minOccurs="0" maxOccurs="unbounded" /></xs:sequence>. The FieldRefDefinitionAggregation type is used to specify the field that will be aggregated.