SPField.AggregationFunction property
Obtém ou define a função de agregação de lista segura para o campo.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property AggregationFunction As String
Get
Set
'Uso
Dim instance As SPField
Dim value As String
value = instance.AggregationFunction
instance.AggregationFunction = value
public string AggregationFunction { get; set; }
Property value
Type: System.String
Uma cadeia de caracteres que contém a função de agregação de lista segura.