Builder..::..CommandType Property

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

Syntax


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