PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / TagListInputParamsItemCollection Class / Item Property / Item(String) Property
The name of the item.

In This Topic
    Item(String) Property
    In This Topic
    Gets or set the item with the specified name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal tagName As String _
    ) As TagListInputParamsItem
    public TagListInputParamsItem Item( 
       string tagName
    ) {get;}

    Parameters

    tagName
    The name of the item.

    Property Value

    The item with the specified name.
    See Also