Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ParserErrorCollection::Item Property (Int32)

 

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 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::ParserError^

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.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft