This documentation is for the old version. Go to the latest Upload Suite docs

BaseMetaPropertyList.Item Property

Gets item with the specified index.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public ReadOnly Default Property Item ( _
	index As String _
) As String
C#
public string this[
	string index
] { get; }

Parameters

index

Type: System..String

Index of the item to get.

Property Value

An item to get.

See Also

Reference