Click or drag to resize
SelectChildNameName Property
Gets or sets the actor name.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public string Name { get; set; }

Property Value

Type: String
The name.
See Also