Builder..::..Config Property

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

Syntax


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