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: