XMLTask.NodeList Property

Definition

Gets an ArrayList class that contains a collection of nodes that the XPath operation produces.

public:
 property System::Collections::ArrayList ^ NodeList { System::Collections::ArrayList ^ get(); };
public System.Collections.ArrayList NodeList { get; }
member this.NodeList : System.Collections.ArrayList
Public ReadOnly Property NodeList As ArrayList

Property Value

An ArrayList class that contains a collection of nodes that the XPath operation produces.

Implements

Remarks

This property is used when the OperationType is set to XPATH.

Applies to