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