DataFormWebPart._fieldNameXPaths Field
Specifies a hash table that returns a collection of XPaths that are mapped to field display names that are exposed by the current view.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected _fieldNameXPaths As Hashtable
'Usage
Dim value As Hashtable
value = Me._fieldNameXPaths
Me._fieldNameXPaths = value
protected Hashtable _fieldNameXPaths