View.AggregationsStatus - Propriété
Gets or sets a value that specifies whether totals are shown in the 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 AggregationsStatus As String
Get
Set
'Utilisation
Dim instance As View
Dim value As String
value = instance.AggregationsStatus
instance.AggregationsStatus = value
public string AggregationsStatus { get; set; }
Valeur de propriété
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 une référence Null (Rien dans Visual Basic). Error code: -2147024809. |
Remarques
It must be une référence Null (Rien dans Visual Basic) if Aggregations is une référence Null (Rien dans Visual Basic), otherwise it must be “On” or “Off”. It must be une référence Null (Rien dans Visual Basic) if Aggregations is une référence Null (Rien dans Visual Basic); otherwise it must be “On” or “Off”.