Builder..::..Instruction Property

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

Syntax


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