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)

Syntax

'Declaration
Protected _fieldNameXPaths As Hashtable
'Usage
Dim value As Hashtable

value = Me._fieldNameXPaths

Me._fieldNameXPaths = value
protected Hashtable _fieldNameXPaths

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace