[]
        
(Showing Draft Content)

C1.C1Preview.TagListInputParamsItemCollection.Item

this Property

this[int]

Gets or set the item with the specified index.

Declaration
public TagListInputParamsItem this[int index] { get; set; }
Public Default Property Item(index As Integer) As TagListInputParamsItem
Parameters
Type Name Description
int index

The index of the item.

Property Value
Type Description
TagListInputParamsItem

The item with the specified index.

this[string]

Gets or set the item with the specified name.

Declaration
public TagListInputParamsItem this[string tagName] { get; }
Public ReadOnly Default Property Item(tagName As String) As TagListInputParamsItem
Parameters
Type Name Description
string tagName

The name of the item.

Property Value
Type Description
TagListInputParamsItem

The item with the specified name.