View.AggregationsStatus property
Gets or sets a value that specifies whether totals are shown in the list view.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property AggregationsStatus As String
Get
Set
'Usage
Dim instance As View
Dim value As String
value = instance.AggregationsStatus
instance.AggregationsStatus = value
public string AggregationsStatus { get; set; }
Property value
Type: System.String
Returns a String instance representing whether the totals are shown in the list view.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Value is changed, and Aggregations is a null reference (Nothing in Visual Basic). Error code: -2147024809. |
Remarks
It must be a null reference (Nothing in Visual Basic) if Aggregations is a null reference (Nothing in Visual Basic), otherwise it must be “On” or “Off”. It must be a null reference (Nothing in Visual Basic) if Aggregations is a null reference (Nothing in Visual Basic); otherwise it must be “On” or “Off”.