Gets item with the specified index.
Namespace: Aurigma.ImageUploader Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public ReadOnly Default Property Item ( _ index As String _ ) As String
public string this[ string index ] { get; }
Type: System..String