ParserErrorCollection.Item Property

Gets or sets the ParserError object at the specified index within the collection.

Namespace: System.Web
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.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: