Deploy..::..Scope Property

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


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