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: 4.0.3500.0 (4.0.3500.1)
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