ActorSelectionElements Property |
Gets or sets the elements.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic SelectionPathElement[] Elements { get; set; }
Public Property Elements As SelectionPathElement()
Get
Set
public:
property array<SelectionPathElement^>^ Elements {
array<SelectionPathElement^>^ get ();
void set (array<SelectionPathElement^>^ value);
}
member Elements : SelectionPathElement[] with get, set
Property Value
Type:
SelectionPathElementThe elements.
See Also