RemoteSettings..::..Config Property

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public Config Config { get; set; }
Public Property Config As Config
	Get
	Set
public:
property Config^ Config {
	Config^ get ();
	void set (Config^ value);
}