ActorSelection..::..Elements Property

Gets or sets the elements.

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

Syntax


public SelectionPathElement[] Elements { get; set; }
Public Property Elements As SelectionPathElement()
	Get
	Set
public:
property array<SelectionPathElement^>^ Elements {
	array<SelectionPathElement^>^ get ();
	void set (array<SelectionPathElement^>^ value);
}

Field Value

The elements.