Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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