Gets an individual RejectedFile object from the rejected files collection. This property is overloaded to allow retrieval of RejectedFile objects by either name or numerical index.

Overload List

  NameDescription
Item[([(Int32])])
Gets the RejectedFile object with the specified index from the files collection.
Item[([(String])])
Gets the RejectedFile object with the specified name from the files collection.

See Also