InformationSystem Property |
[Missing <summary> documentation for "P:Akka.Serialization.Information.System"]
Namespace: Akka.SerializationAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ActorSystem System { get; set; }
Public Property System As ActorSystem
Get
Set
public:
property ActorSystem^ System {
ActorSystem^ get ();
void set (ActorSystem^ value);
}
member System : ActorSystem with get, set
Property Value
Type:
ActorSystem
See Also