Gets or sets the name of the aggregate used to control the scope of the returned object graph.

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public string AggregateName { get; set; }
Visual Basic (Declaration)
Public Property AggregateName As String

Field Value

The name of the aggregate.

See Also