XrmAttributeExpression.AggregateType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of aggregation to apply.
public:
property Microsoft::Xrm::Sdk::Query::XrmAggregateType AggregateType { Microsoft::Xrm::Sdk::Query::XrmAggregateType get(); void set(Microsoft::Xrm::Sdk::Query::XrmAggregateType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Query.XrmAggregateType AggregateType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.AggregateType : Microsoft.Xrm.Sdk.Query.XrmAggregateType with get, set
Public Property AggregateType As XrmAggregateType
Property Value
The type of aggregation to apply.
- Attributes