Gets the first Item in the collection which name is equal to the specified.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)

Syntax

C#
public Item this[
	string name
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	name As String _
) As Item
	Get
Visual C++
public:
property Item^ default[String^ name] {
	Item^ get (String^ name);
}

Parameters

name
Type: System..::..String

See Also