Aracılığıyla paylaş


View.AggregationsStatus Property

Gets or sets a value that specifies whether totals are shown in the list view.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property AggregationsStatus As String
    Get
    Set
'Usage
Dim instance As View
Dim value As String

value = instance.AggregationsStatus

instance.AggregationsStatus = value
[RemoteAttribute]
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
[System.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”.

See Also

Reference

View Class

View Members

Microsoft.SharePoint.Client Namespace