ParserErrorCollection.Item Property
.NET Framework 3.0
Gets or sets the ParserError object at the specified index within the collection.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: property ParserError^ default [int] { ParserError^ get (int index); void set (int index, ParserError^ value); }
/** @property */ public ParserError get_Item (int index) /** @property */ public void set_Item (int index, ParserError value)
Not applicable.
Parameters
- index
The index within the collection of the ParserError object to get or set.
Property Value
The 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.
Community Additions
ADD
Show: