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