AggregateToken.AggregateExpressions 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 the expressions of this token.
public System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.Aggregation.AggregateTokenBase> AggregateExpressions { get; }
member this.AggregateExpressions : seq<Microsoft.OData.UriParser.Aggregation.AggregateTokenBase>
Public ReadOnly Property AggregateExpressions As IEnumerable(Of AggregateTokenBase)