SPField.AggregationFunction Property (Microsoft.SharePoint)
Gets or sets the aggregation function for the field.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public Property AggregationFunction As String
Visual Basic (Usage)
Dim instance As SPField
Dim value As String

value = instance.AggregationFunction

instance.AggregationFunction = value
C#
public string AggregationFunction { get; set; }

Property Value

A string that contains the aggregation function.
See Also

Tags :


Community Content

Thomas Lee
Possible values include the following:

sum
count
average
min
max
merge
plaintext
Converts node text content into plain text.
first Applies property promotion and demotion to the first element in the collection.
last Applies property promotion and demotion to the last element in the collection.

Tags : nul

Page view tracker