Builder..::..Message Property

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

Syntax


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