SetName Method (Aggregate)
In This Topic
Sets the name of the current
Aggregate.
Syntax
'Declaration
Protected Overrides Sub SetName( _
ByVal As String _
)
protected override void SetName(
string
)
Parameters
- newName
- The new name of the aggregate.
See Also