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