Gets the first Item in the collection which name is equal to the specified.
Namespace:
Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)
Syntax
C# |
---|
public Item this[ string name ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ name As String _ ) As Item |
Visual C++ |
---|
public: property Item^ default[String^ name] { Item^ get (String^ name); } |
Parameters
- name
- Type: System..::.String