Builder..::..MessageManifest Property

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

Syntax


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