SPDataSourceView.UseInternalName property

Gets or sets a Boolean value that indicates whether to use internal names for fields in property descriptors.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property UseInternalName As Boolean
    Get
    Set
'Usage
Dim instance As SPDataSourceView
Dim value As Boolean

value = instance.UseInternalName

instance.UseInternalName = value
public bool UseInternalName { get; set; }

Property value

Type: System.Boolean
true to use internal names; otherwise, false. The default is false.

See also

Reference

SPDataSourceView class

SPDataSourceView members

Microsoft.SharePoint.WebControls namespace