NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpFileCollection.Item

[To be supplied.]

[C#] In C#, this member is the indexer for the HttpFileCollection class.

Overload List

Returns an item from the collection.

[Visual Basic] Overloads Public Default ReadOnly Property Item(Integer) As HttpPostedFile
[C#] public HttpPostedFile this[int] {get;}
[C++] public: __property HttpPostedFile* get_Item(int);
[JScript] HttpFileCollection.Item (int)

Returns item value from collection.

[Visual Basic] Overloads Public Default ReadOnly Property Item(String) As HttpPostedFile
[C#] public HttpPostedFile this[String] {get;}
[C++] public: __property HttpPostedFile* get_Item(String*);
[JScript] HttpFileCollection.Item (String)

See Also

HttpFileCollection Class | HttpFileCollection Members | System.Web Namespace