Click or drag to resize

PageElementInfosItem Property (String)

The collection's indexer, by Name. Use Find(String, PageElementInfoFindType) to access elements by ID or other criteria.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public PageElementInfo this[
	string index
] { get; set; }

Parameters

index
Type: SystemString

Property Value

Type: PageElementInfo
See Also