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: 6.0.3500.0 (6.0.3515.430)

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

Property Value

Type: Item

See Also