OleDbColumn.FirstValue 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 FirstValue As String
Get
Set
'Usage
Dim instance As OleDbColumn
Dim value As String
value = instance.FirstValue
instance.FirstValue = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public string FirstValue { get; set; }
Property Value
Type: System.String