Gets TextItemCollection of label values.

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

Syntax

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

See Also