Value Property (Aggregate)
In This Topic
Gets the value of the current aggregate, calculating it if it has not been calculated yet (the calculated value is cached).
Syntax
'Declaration
Public ReadOnly Property Value As Object
public object Value {get;}
See Also