Share via


OleDbColumn.Name Property

NOTE: This API is now obsolete.

Namespace:  Microsoft.SharePoint.Dsp.OleDb
Assembly:  Microsoft.SharePoint.Dsp.OleDb (in Microsoft.SharePoint.Dsp.OleDb.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Property Name As String
    Get
    Set
'Usage
Dim instance As OleDbColumn
Dim value As String

value = instance.Name

instance.Name = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public string Name { get; set; }

Property Value

Type: System.String

See Also

Reference

OleDbColumn Class

OleDbColumn Members

Microsoft.SharePoint.Dsp.OleDb Namespace