SPDataSourceViewResultItem.UseInternalName Property
Gets a Boolean value that indicates whether internal names of fields are used.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property UseInternalName As Boolean
Get
'Usage
Dim instance As SPDataSourceViewResultItem
Dim value As Boolean
value = instance.UseInternalName
public bool UseInternalName { get; }
Property Value
Type: System.Boolean
true if internal names are used; otherwise false.
See Also
Reference
SPDataSourceViewResultItem Class