This documentation is archived and is not being maintained.
ParserErrorCollection::Item Property
Visual Studio 2010
Gets or sets the ParserError object at the specified index within the collection.
Assembly: System.Web (in System.Web.dll)
public: property ParserError^ Item[int index] { ParserError^ get (int index); void set (int index, ParserError^ value); }
Parameters
- index
- Type: System::Int32
The index within the collection of the ParserError object to get or set.
Property Value
Type: System.Web::ParserErrorThe ParserError at the specified index within the collection.
Use the Item property to retrieve the ParserError object at the specified index within the collection. When you have a reference to the ParserError object and need the index, use the IndexOf method.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: