Implements Elements.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public ElementCollection Elements { get; }
Visual Basic (Declaration)
Public ReadOnly Property Elements As ElementCollection
Visual C++
public:
property ElementCollection^ Elements {
	ElementCollection^ get ();
}

See Also