'Declaration Public Overloads Function Field( _ ByVal name As String, _ ByVal asNodeList As Boolean _ ) As Object
public object Field( string name, 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.