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)
Available in Sandboxed Solutions: No
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.