| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function Field( _ ByVal name As System.String, _ ByVal asNodeList As System.Boolean _ ) As System.Object | |
| C# | |
|---|---|
public System.object Field( System.string name, System.bool asNodeList ) | |
Parameters
- name
- The Xpath expression relative to the current node.
- asNodeList
- Specifies whether the returned value should be the list of the nodes.