Gets the home.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic string Home { get; }
Public ReadOnly Property Home As String
Get
public:
property String^ Home {
String^ get ();
}
member Home : string with get
Property Value
Type:
StringThe home.
See Also